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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5958",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5959,
    "results": [
        {
            "start": 875225230,
            "stop": 875225235
        },
        {
            "start": 875225238,
            "stop": 875225268
        },
        {
            "start": 875225277,
            "stop": 875225289
        },
        {
            "start": 875225292,
            "stop": 875225312
        },
        {
            "start": 875225315,
            "stop": 875225336
        },
        {
            "start": 875225340,
            "stop": 875225341
        },
        {
            "start": 875225345,
            "stop": 875225359
        },
        {
            "start": 875225363,
            "stop": 875225389
        },
        {
            "start": 875225393,
            "stop": 875225412
        },
        {
            "start": 875225418,
            "stop": 875225670
        },
        {
            "start": 875225673,
            "stop": 875225680
        },
        {
            "start": 875225683,
            "stop": 875225730
        },
        {
            "start": 875225734,
            "stop": 875225801
        },
        {
            "start": 875225804,
            "stop": 875225828
        },
        {
            "start": 875225831,
            "stop": 875225833
        },
        {
            "start": 875225839,
            "stop": 875225848
        },
        {
            "start": 875225851,
            "stop": 875225863
        },
        {
            "start": 875225866,
            "stop": 875225906
        },
        {
            "start": 875225909,
            "stop": 875225922
        },
        {
            "start": 875225925,
            "stop": 875225947
        }
    ]
}