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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14186",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14187,
    "results": [
        {
            "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
        },
        {
            "start": 971168448,
            "stop": 971168452
        },
        {
            "start": 971168454,
            "stop": 971168457
        }
    ]
}