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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=329",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 330,
    "results": [
        {
            "start": 864609162,
            "stop": 864612135
        },
        {
            "start": 864612912,
            "stop": 864628181
        },
        {
            "start": 864628645,
            "stop": 864660314
        },
        {
            "start": 864660954,
            "stop": 864673427
        },
        {
            "start": 864674589,
            "stop": 864678523
        },
        {
            "start": 864679149,
            "stop": 864751147
        },
        {
            "start": 864755555,
            "stop": 864761238
        },
        {
            "start": 864763235,
            "stop": 864766985
        },
        {
            "start": 864767647,
            "stop": 864767648
        },
        {
            "start": 864767649,
            "stop": 864767653
        },
        {
            "start": 864778412,
            "stop": 864778515
        },
        {
            "start": 864779414,
            "stop": 864785343
        },
        {
            "start": 864786068,
            "stop": 864859033
        },
        {
            "start": 864860030,
            "stop": 864921811
        },
        {
            "start": 864922632,
            "stop": 864963074
        },
        {
            "start": 864969908,
            "stop": 865019895
        },
        {
            "start": 865021114,
            "stop": 865029039
        },
        {
            "start": 865030494,
            "stop": 865030585
        },
        {
            "start": 865032163,
            "stop": 865055943
        },
        {
            "start": 865057078,
            "stop": 865085824
        }
    ]
}