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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7884",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7882",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7883,
    "results": [
        {
            "start": 969904537,
            "stop": 969904548
        },
        {
            "start": 969904569,
            "stop": 969904572
        },
        {
            "start": 969904609,
            "stop": 969904610
        },
        {
            "start": 969904613,
            "stop": 969904623
        },
        {
            "start": 969904629,
            "stop": 969904632
        },
        {
            "start": 969904638,
            "stop": 969904823
        },
        {
            "start": 969904826,
            "stop": 969904830
        },
        {
            "start": 969904852,
            "stop": 969905018
        },
        {
            "start": 969905029,
            "stop": 969905042
        },
        {
            "start": 969905087,
            "stop": 969905094
        },
        {
            "start": 969905110,
            "stop": 969905143
        },
        {
            "start": 969905146,
            "stop": 969905211
        },
        {
            "start": 969905214,
            "stop": 969905229
        },
        {
            "start": 969905233,
            "stop": 969905295
        },
        {
            "start": 969905298,
            "stop": 969905308
        },
        {
            "start": 969905311,
            "stop": 969905327
        },
        {
            "start": 969905331,
            "stop": 969905340
        },
        {
            "start": 969905349,
            "stop": 969905353
        },
        {
            "start": 969905358,
            "stop": 969905372
        },
        {
            "start": 969905383,
            "stop": 969905391
        }
    ]
}