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=7695
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=7696",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7694",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7695,
    "results": [
        {
            "start": 971447002,
            "stop": 971447056
        },
        {
            "start": 971447236,
            "stop": 971447244
        },
        {
            "start": 971447248,
            "stop": 971447276
        },
        {
            "start": 971447279,
            "stop": 971447296
        },
        {
            "start": 971447492,
            "stop": 971447502
        },
        {
            "start": 971447505,
            "stop": 971447536
        },
        {
            "start": 971447539,
            "stop": 971447570
        },
        {
            "start": 971447573,
            "stop": 971447575
        },
        {
            "start": 971447579,
            "stop": 971447595
        },
        {
            "start": 971447716,
            "stop": 971447777
        },
        {
            "start": 971447780,
            "stop": 971447807
        },
        {
            "start": 971447810,
            "stop": 971447830
        },
        {
            "start": 971447833,
            "stop": 971447921
        },
        {
            "start": 971447924,
            "stop": 971447963
        },
        {
            "start": 971447971,
            "stop": 971448016
        },
        {
            "start": 971448136,
            "stop": 971448193
        },
        {
            "start": 971448258,
            "stop": 971448268
        },
        {
            "start": 971448271,
            "stop": 971448276
        },
        {
            "start": 971448282,
            "stop": 971448347
        },
        {
            "start": 971448352,
            "stop": 971448389
        }
    ]
}