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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7495",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7493",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7494,
    "results": [
        {
            "start": 970253499,
            "stop": 970253537
        },
        {
            "start": 970253548,
            "stop": 970253612
        },
        {
            "start": 970253615,
            "stop": 970253619
        },
        {
            "start": 970253659,
            "stop": 970253776
        },
        {
            "start": 970253779,
            "stop": 970253800
        },
        {
            "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
        }
    ]
}