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/L1_BURST_CAT1/segments?format=api&page=371
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=370",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 371,
    "results": [
        {
            "start": 848905932,
            "stop": 848906952
        },
        {
            "start": 848907069,
            "stop": 848907580
        },
        {
            "start": 848907582,
            "stop": 848907774
        },
        {
            "start": 848907776,
            "stop": 848910143
        },
        {
            "start": 848911451,
            "stop": 848913602
        },
        {
            "start": 848913694,
            "stop": 848914959
        },
        {
            "start": 848914961,
            "stop": 848917705
        },
        {
            "start": 848917894,
            "stop": 848918129
        },
        {
            "start": 848918131,
            "stop": 848919465
        },
        {
            "start": 848919466,
            "stop": 848922250
        },
        {
            "start": 848922509,
            "stop": 848922691
        },
        {
            "start": 848922836,
            "stop": 848923584
        },
        {
            "start": 848938105,
            "stop": 848938957
        },
        {
            "start": 848941343,
            "stop": 848949218
        },
        {
            "start": 848949338,
            "stop": 848953672
        },
        {
            "start": 848953674,
            "stop": 848954332
        },
        {
            "start": 848954406,
            "stop": 848957339
        },
        {
            "start": 849041598,
            "stop": 849041603
        },
        {
            "start": 849041620,
            "stop": 849046951
        },
        {
            "start": 849046952,
            "stop": 849049768
        }
    ]
}