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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=213",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 214,
    "results": [
        {
            "start": 844599958,
            "stop": 844599959
        },
        {
            "start": 844601445,
            "stop": 844605297
        },
        {
            "start": 844605459,
            "stop": 844607406
        },
        {
            "start": 844608308,
            "stop": 844608793
        },
        {
            "start": 844610272,
            "stop": 844611372
        },
        {
            "start": 844612219,
            "stop": 844612393
        },
        {
            "start": 844612418,
            "stop": 844612420
        },
        {
            "start": 844613224,
            "stop": 844614004
        },
        {
            "start": 844614909,
            "stop": 844615813
        },
        {
            "start": 844618483,
            "stop": 844620853
        },
        {
            "start": 844621717,
            "stop": 844622323
        },
        {
            "start": 844643008,
            "stop": 844646833
        },
        {
            "start": 844646863,
            "stop": 844646865
        },
        {
            "start": 844648422,
            "stop": 844665347
        },
        {
            "start": 844669034,
            "stop": 844674013
        },
        {
            "start": 844674027,
            "stop": 844674029
        },
        {
            "start": 844674618,
            "stop": 844684633
        },
        {
            "start": 844684643,
            "stop": 844684644
        },
        {
            "start": 844687534,
            "stop": 844690810
        },
        {
            "start": 844690916,
            "stop": 844691413
        }
    ]
}