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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=7",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8,
    "results": [
        {
            "start": 816231329,
            "stop": 816231334
        },
        {
            "start": 816231345,
            "stop": 816231358
        },
        {
            "start": 816231362,
            "stop": 816231368
        },
        {
            "start": 816231372,
            "stop": 816231374
        },
        {
            "start": 816231377,
            "stop": 816231394
        },
        {
            "start": 816231400,
            "stop": 816231418
        },
        {
            "start": 816231426,
            "stop": 816231511
        },
        {
            "start": 816231514,
            "stop": 816231559
        },
        {
            "start": 816231564,
            "stop": 816231587
        },
        {
            "start": 816231591,
            "stop": 816231598
        },
        {
            "start": 816231608,
            "stop": 816231727
        },
        {
            "start": 816231747,
            "stop": 816231865
        },
        {
            "start": 816231888,
            "stop": 816231940
        },
        {
            "start": 816231944,
            "stop": 816231954
        },
        {
            "start": 816231973,
            "stop": 816232042
        },
        {
            "start": 816232046,
            "stop": 816232058
        },
        {
            "start": 816232065,
            "stop": 816232097
        },
        {
            "start": 816232106,
            "stop": 816232115
        },
        {
            "start": 816232120,
            "stop": 816232248
        },
        {
            "start": 816232261,
            "stop": 816232264
        }
    ]
}