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=8394
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=8395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8393",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8394,
    "results": [
        {
            "start": 875011528,
            "stop": 875011682
        },
        {
            "start": 875011726,
            "stop": 875011845
        },
        {
            "start": 875011864,
            "stop": 875011963
        },
        {
            "start": 875012114,
            "stop": 875012117
        },
        {
            "start": 875012195,
            "stop": 875012199
        },
        {
            "start": 875012227,
            "stop": 875012229
        },
        {
            "start": 875012512,
            "stop": 875012516
        },
        {
            "start": 875012535,
            "stop": 875012558
        },
        {
            "start": 875012710,
            "stop": 875012718
        },
        {
            "start": 875012737,
            "stop": 875012760
        },
        {
            "start": 875012779,
            "stop": 875012782
        },
        {
            "start": 875012814,
            "stop": 875012822
        },
        {
            "start": 875012855,
            "stop": 875013089
        },
        {
            "start": 875013108,
            "stop": 875013167
        },
        {
            "start": 875013186,
            "stop": 875013529
        },
        {
            "start": 875013546,
            "stop": 875014460
        },
        {
            "start": 875014478,
            "stop": 875014920
        },
        {
            "start": 875021820,
            "stop": 875021880
        },
        {
            "start": 875022000,
            "stop": 875022060
        },
        {
            "start": 875022180,
            "stop": 875022786
        }
    ]
}