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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40726",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40727,
    "results": [
        {
            "start": 874959164,
            "stop": 874959170
        },
        {
            "start": 874959176,
            "stop": 874959177
        },
        {
            "start": 874959179,
            "stop": 874959185
        },
        {
            "start": 874959186,
            "stop": 874959188
        },
        {
            "start": 874959191,
            "stop": 874959193
        },
        {
            "start": 874959195,
            "stop": 874959196
        },
        {
            "start": 874959197,
            "stop": 874959208
        },
        {
            "start": 874959209,
            "stop": 874959221
        },
        {
            "start": 874959222,
            "stop": 874959250
        },
        {
            "start": 874959252,
            "stop": 874959267
        },
        {
            "start": 874959268,
            "stop": 874959291
        },
        {
            "start": 874959293,
            "stop": 874959295
        },
        {
            "start": 874959305,
            "stop": 874959311
        },
        {
            "start": 874959313,
            "stop": 874959315
        },
        {
            "start": 874959318,
            "stop": 874959341
        },
        {
            "start": 874959342,
            "stop": 874959409
        },
        {
            "start": 874959411,
            "stop": 874959441
        },
        {
            "start": 874959442,
            "stop": 874959443
        },
        {
            "start": 874959444,
            "stop": 874959445
        },
        {
            "start": 874959446,
            "stop": 874959451
        }
    ]
}