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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=126",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 127,
    "results": [
        {
            "start": 817709023,
            "stop": 817714727
        },
        {
            "start": 817716248,
            "stop": 817717654
        },
        {
            "start": 817717774,
            "stop": 817718490
        },
        {
            "start": 817718610,
            "stop": 817719115
        },
        {
            "start": 817720367,
            "stop": 817722450
        },
        {
            "start": 817722570,
            "stop": 817722831
        },
        {
            "start": 817723413,
            "stop": 817736334
        },
        {
            "start": 817736352,
            "stop": 817747877
        },
        {
            "start": 817747881,
            "stop": 817753031
        },
        {
            "start": 817753557,
            "stop": 817753760
        },
        {
            "start": 817753792,
            "stop": 817754577
        },
        {
            "start": 817756611,
            "stop": 817757054
        },
        {
            "start": 817757174,
            "stop": 817757832
        },
        {
            "start": 817757952,
            "stop": 817758763
        },
        {
            "start": 817758944,
            "stop": 817760992
        },
        {
            "start": 817761024,
            "stop": 817764480
        },
        {
            "start": 817765029,
            "stop": 817765129
        },
        {
            "start": 817765146,
            "stop": 817766695
        },
        {
            "start": 817766815,
            "stop": 817767024
        },
        {
            "start": 817767212,
            "stop": 817769685
        }
    ]
}