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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1584",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1582",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1583,
    "results": [
        {
            "start": 952868525,
            "stop": 952870089
        },
        {
            "start": 952870091,
            "stop": 952870615
        },
        {
            "start": 952870617,
            "stop": 952870971
        },
        {
            "start": 952870973,
            "stop": 952870999
        },
        {
            "start": 952871001,
            "stop": 952871003
        },
        {
            "start": 952871005,
            "stop": 952871362
        },
        {
            "start": 952871364,
            "stop": 952871522
        },
        {
            "start": 952871524,
            "stop": 952873033
        },
        {
            "start": 952873035,
            "stop": 952873115
        },
        {
            "start": 952873117,
            "stop": 952873943
        },
        {
            "start": 952873945,
            "stop": 952875424
        },
        {
            "start": 952875426,
            "stop": 952875508
        },
        {
            "start": 952875510,
            "stop": 952876032
        },
        {
            "start": 952876034,
            "stop": 952877466
        },
        {
            "start": 952877467,
            "stop": 952877879
        },
        {
            "start": 952877881,
            "stop": 952877907
        },
        {
            "start": 952877910,
            "stop": 952878425
        },
        {
            "start": 952878427,
            "stop": 952878525
        },
        {
            "start": 952878527,
            "stop": 952879092
        },
        {
            "start": 952879097,
            "stop": 952881077
        }
    ]
}