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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29506",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29504",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29505,
    "results": [
        {
            "start": 971610320,
            "stop": 971610397
        },
        {
            "start": 971610399,
            "stop": 971610407
        },
        {
            "start": 971610410,
            "stop": 971610424
        },
        {
            "start": 971610427,
            "stop": 971610445
        },
        {
            "start": 971610448,
            "stop": 971610474
        },
        {
            "start": 971610479,
            "stop": 971610483
        },
        {
            "start": 971610484,
            "stop": 971610485
        },
        {
            "start": 971610488,
            "stop": 971610541
        },
        {
            "start": 971610544,
            "stop": 971610547
        },
        {
            "start": 971610552,
            "stop": 971610556
        },
        {
            "start": 971610560,
            "stop": 971610562
        },
        {
            "start": 971610564,
            "stop": 971610570
        },
        {
            "start": 971610581,
            "stop": 971610582
        },
        {
            "start": 971610586,
            "stop": 971610618
        },
        {
            "start": 971612815,
            "stop": 971612833
        },
        {
            "start": 971612839,
            "stop": 971612841
        },
        {
            "start": 971612844,
            "stop": 971612891
        },
        {
            "start": 971612894,
            "stop": 971612915
        },
        {
            "start": 971612918,
            "stop": 971612931
        },
        {
            "start": 971612944,
            "stop": 971612946
        }
    ]
}