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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=102",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 103,
    "results": [
        {
            "start": 958142364,
            "stop": 958146167
        },
        {
            "start": 958147221,
            "stop": 958149449
        },
        {
            "start": 958151485,
            "stop": 958166852
        },
        {
            "start": 958170732,
            "stop": 958171965
        },
        {
            "start": 958171982,
            "stop": 958182890
        },
        {
            "start": 958183773,
            "stop": 958206644
        },
        {
            "start": 958208118,
            "stop": 958213282
        },
        {
            "start": 958214412,
            "stop": 958214454
        },
        {
            "start": 958214561,
            "stop": 958215680
        },
        {
            "start": 958218510,
            "stop": 958221234
        },
        {
            "start": 958284208,
            "stop": 958288516
        },
        {
            "start": 958288981,
            "stop": 958306885
        },
        {
            "start": 958312231,
            "stop": 958323441
        },
        {
            "start": 958332302,
            "stop": 958335194
        },
        {
            "start": 958336932,
            "stop": 958339573
        },
        {
            "start": 958378121,
            "stop": 958384980
        },
        {
            "start": 958386951,
            "stop": 958387175
        },
        {
            "start": 958388922,
            "stop": 958391539
        },
        {
            "start": 958397867,
            "stop": 958406666
        },
        {
            "start": 958412471,
            "stop": 958415336
        }
    ]
}