Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=99",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 100,
    "results": [
        {
            "start": 817338910,
            "stop": 817339020
        },
        {
            "start": 817339027,
            "stop": 817339173
        },
        {
            "start": 817339180,
            "stop": 817339249
        },
        {
            "start": 817339256,
            "stop": 817339450
        },
        {
            "start": 817339458,
            "stop": 817339491
        },
        {
            "start": 817339498,
            "stop": 817339653
        },
        {
            "start": 817339660,
            "stop": 817340016
        },
        {
            "start": 817340023,
            "stop": 817340144
        },
        {
            "start": 817340152,
            "stop": 817340156
        },
        {
            "start": 817340163,
            "stop": 817340175
        },
        {
            "start": 817340182,
            "stop": 817340236
        },
        {
            "start": 817340244,
            "stop": 817340713
        },
        {
            "start": 817341783,
            "stop": 817342387
        },
        {
            "start": 817342550,
            "stop": 817343327
        },
        {
            "start": 817343335,
            "stop": 817343390
        },
        {
            "start": 817343397,
            "stop": 817343695
        },
        {
            "start": 817343702,
            "stop": 817343728
        },
        {
            "start": 817343735,
            "stop": 817343915
        },
        {
            "start": 817343922,
            "stop": 817344165
        },
        {
            "start": 817344172,
            "stop": 817344322
        }
    ]
}