Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41099
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41098",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41099,
    "results": [
        {
            "start": 875225149,
            "stop": 875225169
        },
        {
            "start": 875225170,
            "stop": 875225190
        },
        {
            "start": 875225192,
            "stop": 875225232
        },
        {
            "start": 875225234,
            "stop": 875225237
        },
        {
            "start": 875225238,
            "stop": 875225254
        },
        {
            "start": 875225255,
            "stop": 875225329
        },
        {
            "start": 875225330,
            "stop": 875225350
        },
        {
            "start": 875225352,
            "stop": 875225372
        },
        {
            "start": 875225375,
            "stop": 875225394
        },
        {
            "start": 875225395,
            "stop": 875225397
        },
        {
            "start": 875225398,
            "stop": 875225405
        },
        {
            "start": 875225406,
            "stop": 875225430
        },
        {
            "start": 875225431,
            "stop": 875225461
        },
        {
            "start": 875225462,
            "stop": 875225473
        },
        {
            "start": 875225474,
            "stop": 875225509
        },
        {
            "start": 875225511,
            "stop": 875225553
        },
        {
            "start": 875225554,
            "stop": 875225630
        },
        {
            "start": 875225631,
            "stop": 875225735
        },
        {
            "start": 875225736,
            "stop": 875225781
        },
        {
            "start": 875225782,
            "stop": 875225878
        }
    ]
}