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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=243",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 244,
    "results": [
        {
            "start": 848842906,
            "stop": 848843893
        },
        {
            "start": 848843911,
            "stop": 848843912
        },
        {
            "start": 848846184,
            "stop": 848846469
        },
        {
            "start": 848881440,
            "stop": 848887464
        },
        {
            "start": 848902296,
            "stop": 848902617
        },
        {
            "start": 848902811,
            "stop": 848903173
        },
        {
            "start": 848903196,
            "stop": 848903197
        },
        {
            "start": 848903567,
            "stop": 848906952
        },
        {
            "start": 848907069,
            "stop": 848910133
        },
        {
            "start": 848910142,
            "stop": 848910143
        },
        {
            "start": 848911451,
            "stop": 848913602
        },
        {
            "start": 848913694,
            "stop": 848917693
        },
        {
            "start": 848917703,
            "stop": 848917705
        },
        {
            "start": 848917894,
            "stop": 848922250
        },
        {
            "start": 848922509,
            "stop": 848922673
        },
        {
            "start": 848922690,
            "stop": 848922691
        },
        {
            "start": 848922836,
            "stop": 848923573
        },
        {
            "start": 848923583,
            "stop": 848923584
        },
        {
            "start": 848938105,
            "stop": 848938933
        },
        {
            "start": 848938956,
            "stop": 848938957
        }
    ]
}