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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14671",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14669",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14670,
    "results": [
        {
            "start": 971168341,
            "stop": 971168342
        },
        {
            "start": 971168345,
            "stop": 971168347
        },
        {
            "start": 971168350,
            "stop": 971168353
        },
        {
            "start": 971168354,
            "stop": 971168357
        },
        {
            "start": 971168358,
            "stop": 971168359
        },
        {
            "start": 971168360,
            "stop": 971168362
        },
        {
            "start": 971168363,
            "stop": 971168367
        },
        {
            "start": 971168370,
            "stop": 971168372
        },
        {
            "start": 971168373,
            "stop": 971168374
        },
        {
            "start": 971168377,
            "stop": 971168378
        },
        {
            "start": 971168380,
            "stop": 971168384
        },
        {
            "start": 971168386,
            "stop": 971168389
        },
        {
            "start": 971168395,
            "stop": 971168397
        },
        {
            "start": 971168402,
            "stop": 971168403
        },
        {
            "start": 971168405,
            "stop": 971168407
        },
        {
            "start": 971168411,
            "stop": 971168413
        },
        {
            "start": 971168421,
            "stop": 971168424
        },
        {
            "start": 971168426,
            "stop": 971168427
        },
        {
            "start": 971168429,
            "stop": 971168443
        },
        {
            "start": 971168445,
            "stop": 971168447
        }
    ]
}