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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=328",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 329,
    "results": [
        {
            "start": 818816746,
            "stop": 818816801
        },
        {
            "start": 818816877,
            "stop": 818816880
        },
        {
            "start": 818817088,
            "stop": 818817089
        },
        {
            "start": 818817145,
            "stop": 818817147
        },
        {
            "start": 818817240,
            "stop": 818817252
        },
        {
            "start": 818817275,
            "stop": 818817305
        },
        {
            "start": 818817334,
            "stop": 818817419
        },
        {
            "start": 818817438,
            "stop": 818817470
        },
        {
            "start": 818817494,
            "stop": 818817498
        },
        {
            "start": 818817600,
            "stop": 818817610
        },
        {
            "start": 818817630,
            "stop": 818817631
        },
        {
            "start": 818817677,
            "stop": 818817678
        },
        {
            "start": 818817707,
            "stop": 818817761
        },
        {
            "start": 818817907,
            "stop": 818817935
        },
        {
            "start": 818818028,
            "stop": 818818035
        },
        {
            "start": 818818055,
            "stop": 818818056
        },
        {
            "start": 818818077,
            "stop": 818818158
        },
        {
            "start": 818818206,
            "stop": 818818208
        },
        {
            "start": 818818251,
            "stop": 818818252
        },
        {
            "start": 818818303,
            "stop": 818818314
        }
    ]
}