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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7511",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7509",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7510,
    "results": [
        {
            "start": 970253803,
            "stop": 970253850
        },
        {
            "start": 970253853,
            "stop": 970253916
        },
        {
            "start": 970253922,
            "stop": 970253929
        },
        {
            "start": 970253939,
            "stop": 970253946
        },
        {
            "start": 970253952,
            "stop": 970253954
        },
        {
            "start": 970253961,
            "stop": 970253965
        },
        {
            "start": 970253968,
            "stop": 970253972
        },
        {
            "start": 970253978,
            "stop": 970254110
        },
        {
            "start": 970254113,
            "stop": 970254142
        },
        {
            "start": 970294929,
            "stop": 970294938
        },
        {
            "start": 970294944,
            "stop": 970294959
        },
        {
            "start": 970294969,
            "stop": 970294970
        },
        {
            "start": 970294977,
            "stop": 970294985
        },
        {
            "start": 970294991,
            "stop": 970294992
        },
        {
            "start": 970294999,
            "stop": 970295000
        },
        {
            "start": 970295010,
            "stop": 970295014
        },
        {
            "start": 970295040,
            "stop": 970295157
        },
        {
            "start": 970295163,
            "stop": 970295218
        },
        {
            "start": 970295221,
            "stop": 970295970
        },
        {
            "start": 970295976,
            "stop": 970295998
        }
    ]
}