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=1668
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=1669",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1667",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1668,
    "results": [
        {
            "start": 957265179,
            "stop": 957265865
        },
        {
            "start": 957265867,
            "stop": 957265955
        },
        {
            "start": 957265957,
            "stop": 957266054
        },
        {
            "start": 957266056,
            "stop": 957266416
        },
        {
            "start": 957266418,
            "stop": 957266423
        },
        {
            "start": 957266424,
            "stop": 957266589
        },
        {
            "start": 957266591,
            "stop": 957266636
        },
        {
            "start": 957266638,
            "stop": 957266776
        },
        {
            "start": 957266777,
            "stop": 957266843
        },
        {
            "start": 957266847,
            "stop": 957267151
        },
        {
            "start": 957267153,
            "stop": 957267304
        },
        {
            "start": 957267309,
            "stop": 957267310
        },
        {
            "start": 957267315,
            "stop": 957267342
        },
        {
            "start": 957267344,
            "stop": 957267615
        },
        {
            "start": 957267616,
            "stop": 957267904
        },
        {
            "start": 957267908,
            "stop": 957268005
        },
        {
            "start": 957268007,
            "stop": 957268065
        },
        {
            "start": 957268067,
            "stop": 957268202
        },
        {
            "start": 957268204,
            "stop": 957268401
        },
        {
            "start": 957268403,
            "stop": 957268433
        }
    ]
}