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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15754",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15752",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15753,
    "results": [
        {
            "start": 971168308,
            "stop": 971168309
        },
        {
            "start": 971168311,
            "stop": 971168317
        },
        {
            "start": 971168318,
            "stop": 971168320
        },
        {
            "start": 971168323,
            "stop": 971168330
        },
        {
            "start": 971168331,
            "stop": 971168334
        },
        {
            "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
        }
    ]
}