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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=134",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 135,
    "results": [
        {
            "start": 932729723,
            "stop": 932729795
        },
        {
            "start": 932729827,
            "stop": 932729853
        },
        {
            "start": 932729858,
            "stop": 932729946
        },
        {
            "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
        }
    ]
}