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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=352",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 353,
    "results": [
        {
            "start": 931887266,
            "stop": 931887293
        },
        {
            "start": 931887294,
            "stop": 931887651
        },
        {
            "start": 931887653,
            "stop": 931887844
        },
        {
            "start": 931887845,
            "stop": 931888069
        },
        {
            "start": 931888070,
            "stop": 931888151
        },
        {
            "start": 931888152,
            "stop": 931888202
        },
        {
            "start": 931888205,
            "stop": 931888707
        },
        {
            "start": 931888709,
            "stop": 931888834
        },
        {
            "start": 931888835,
            "stop": 931888883
        },
        {
            "start": 931888885,
            "stop": 931888935
        },
        {
            "start": 931888936,
            "stop": 931889118
        },
        {
            "start": 931889119,
            "stop": 931889147
        },
        {
            "start": 931889148,
            "stop": 931889208
        },
        {
            "start": 931889209,
            "stop": 931889272
        },
        {
            "start": 931889273,
            "stop": 931889317
        },
        {
            "start": 931889318,
            "stop": 931889385
        },
        {
            "start": 931889386,
            "stop": 931889595
        },
        {
            "start": 931889596,
            "stop": 931889624
        },
        {
            "start": 931889625,
            "stop": 931889816
        },
        {
            "start": 931889817,
            "stop": 931889882
        }
    ]
}