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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=679",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 680,
    "results": [
        {
            "start": 853439622,
            "stop": 853439623
        },
        {
            "start": 853439631,
            "stop": 853442650
        },
        {
            "start": 853442660,
            "stop": 853442663
        },
        {
            "start": 853442702,
            "stop": 853444729
        },
        {
            "start": 853445602,
            "stop": 853453929
        },
        {
            "start": 853454504,
            "stop": 853479013
        },
        {
            "start": 853480707,
            "stop": 853482696
        },
        {
            "start": 853484158,
            "stop": 853500827
        },
        {
            "start": 853500830,
            "stop": 853500852
        },
        {
            "start": 853500866,
            "stop": 853510094
        },
        {
            "start": 853510095,
            "stop": 853515294
        },
        {
            "start": 853515305,
            "stop": 853522273
        },
        {
            "start": 853522284,
            "stop": 853522287
        },
        {
            "start": 853579586,
            "stop": 853589810
        },
        {
            "start": 853589811,
            "stop": 853595407
        },
        {
            "start": 853597066,
            "stop": 853603856
        },
        {
            "start": 853666463,
            "stop": 853668706
        },
        {
            "start": 853669905,
            "stop": 853673706
        },
        {
            "start": 853674386,
            "stop": 853686620
        },
        {
            "start": 853686917,
            "stop": 853688626
        }
    ]
}