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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=52",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 53,
    "results": [
        {
            "start": 816657373,
            "stop": 816657385
        },
        {
            "start": 816657414,
            "stop": 816657432
        },
        {
            "start": 816657451,
            "stop": 816657671
        },
        {
            "start": 816657690,
            "stop": 816657755
        },
        {
            "start": 816657758,
            "stop": 816657764
        },
        {
            "start": 816657784,
            "stop": 816657786
        },
        {
            "start": 816657789,
            "stop": 816657982
        },
        {
            "start": 816657999,
            "stop": 816658018
        },
        {
            "start": 816658038,
            "stop": 816658086
        },
        {
            "start": 816658120,
            "stop": 816658126
        },
        {
            "start": 816658145,
            "stop": 816658152
        },
        {
            "start": 816658171,
            "stop": 816658203
        },
        {
            "start": 816658222,
            "stop": 816658260
        },
        {
            "start": 816658280,
            "stop": 816658281
        },
        {
            "start": 816658302,
            "stop": 816658508
        },
        {
            "start": 816658512,
            "stop": 816658531
        },
        {
            "start": 816658534,
            "stop": 816658620
        },
        {
            "start": 816658639,
            "stop": 816658646
        },
        {
            "start": 816658665,
            "stop": 816658670
        },
        {
            "start": 816658690,
            "stop": 816658810
        }
    ]
}