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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=106",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 107,
    "results": [
        {
            "start": 931338456,
            "stop": 931338457
        },
        {
            "start": 931338459,
            "stop": 931338462
        },
        {
            "start": 931338464,
            "stop": 931338466
        },
        {
            "start": 931338468,
            "stop": 931338471
        },
        {
            "start": 931338473,
            "stop": 931338480
        },
        {
            "start": 931338484,
            "stop": 931338486
        },
        {
            "start": 931338490,
            "stop": 931338494
        },
        {
            "start": 931338497,
            "stop": 931338500
        },
        {
            "start": 931338503,
            "stop": 931338506
        },
        {
            "start": 931338511,
            "stop": 931338516
        },
        {
            "start": 931338519,
            "stop": 931338521
        },
        {
            "start": 931338523,
            "stop": 931338527
        },
        {
            "start": 931338529,
            "stop": 931338531
        },
        {
            "start": 931338534,
            "stop": 931338535
        },
        {
            "start": 931338539,
            "stop": 931338540
        },
        {
            "start": 931338545,
            "stop": 931338546
        },
        {
            "start": 931338550,
            "stop": 931338554
        },
        {
            "start": 931338558,
            "stop": 931338566
        },
        {
            "start": 931338571,
            "stop": 931338573
        },
        {
            "start": 931338575,
            "stop": 931338581
        }
    ]
}