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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=137",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 138,
    "results": [
        {
            "start": 932729951,
            "stop": 932729954
        },
        {
            "start": 932729959,
            "stop": 932729982
        },
        {
            "start": 932745043,
            "stop": 932745044
        },
        {
            "start": 932745083,
            "stop": 932745097
        },
        {
            "start": 932745116,
            "stop": 932745164
        },
        {
            "start": 932745183,
            "stop": 932745251
        },
        {
            "start": 932745270,
            "stop": 932745304
        },
        {
            "start": 932745323,
            "stop": 932745346
        },
        {
            "start": 932745365,
            "stop": 932745531
        },
        {
            "start": 932745595,
            "stop": 932745615
        },
        {
            "start": 932745687,
            "stop": 932745715
        },
        {
            "start": 932745744,
            "stop": 932745755
        },
        {
            "start": 932745774,
            "stop": 932745793
        },
        {
            "start": 932745812,
            "stop": 932745841
        },
        {
            "start": 932745860,
            "stop": 932745894
        },
        {
            "start": 932745938,
            "stop": 932745949
        },
        {
            "start": 932745954,
            "stop": 932745961
        },
        {
            "start": 932745993,
            "stop": 932746002
        },
        {
            "start": 932746021,
            "stop": 932746040
        },
        {
            "start": 932746068,
            "stop": 932746075
        }
    ]
}