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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4982",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4983,
    "results": [
        {
            "start": 874509952,
            "stop": 874509965
        },
        {
            "start": 874509972,
            "stop": 874509985
        },
        {
            "start": 874509993,
            "stop": 874510010
        },
        {
            "start": 874510019,
            "stop": 874510055
        },
        {
            "start": 874510085,
            "stop": 874510097
        },
        {
            "start": 874510105,
            "stop": 874510136
        },
        {
            "start": 874510150,
            "stop": 874510177
        },
        {
            "start": 874510184,
            "stop": 874510199
        },
        {
            "start": 874510206,
            "stop": 874510228
        },
        {
            "start": 874510235,
            "stop": 874510242
        },
        {
            "start": 874510251,
            "stop": 874510263
        },
        {
            "start": 874510270,
            "stop": 874510288
        },
        {
            "start": 874510295,
            "stop": 874510304
        },
        {
            "start": 874510311,
            "stop": 874510317
        },
        {
            "start": 874510324,
            "stop": 874510355
        },
        {
            "start": 874510368,
            "stop": 874510378
        },
        {
            "start": 874510386,
            "stop": 874510394
        },
        {
            "start": 874510401,
            "stop": 874510413
        },
        {
            "start": 874510420,
            "stop": 874510440
        },
        {
            "start": 874510457,
            "stop": 874510524
        }
    ]
}