Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=253
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=252",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 253,
    "results": [
        {
            "start": 821683417,
            "stop": 821683419
        },
        {
            "start": 821683424,
            "stop": 821683427
        },
        {
            "start": 821683439,
            "stop": 821683458
        },
        {
            "start": 821683461,
            "stop": 821683471
        },
        {
            "start": 821683478,
            "stop": 821683484
        },
        {
            "start": 821683487,
            "stop": 821683491
        },
        {
            "start": 821683494,
            "stop": 821683497
        },
        {
            "start": 821683503,
            "stop": 821683504
        },
        {
            "start": 821683507,
            "stop": 821683515
        },
        {
            "start": 821683520,
            "stop": 821683526
        },
        {
            "start": 821683529,
            "stop": 821683533
        },
        {
            "start": 821683538,
            "stop": 821683546
        },
        {
            "start": 821683550,
            "stop": 821683555
        },
        {
            "start": 821683558,
            "stop": 821683559
        },
        {
            "start": 821683562,
            "stop": 821683564
        },
        {
            "start": 821683567,
            "stop": 821683571
        },
        {
            "start": 821683576,
            "stop": 821683594
        },
        {
            "start": 821683599,
            "stop": 821683602
        },
        {
            "start": 821683612,
            "stop": 821683623
        },
        {
            "start": 821683635,
            "stop": 821683637
        }
    ]
}