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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=14",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 15,
    "results": [
        {
            "start": 817278127,
            "stop": 817291160
        },
        {
            "start": 817291895,
            "stop": 817301675
        },
        {
            "start": 817301678,
            "stop": 817302959
        },
        {
            "start": 817302962,
            "stop": 817312621
        },
        {
            "start": 817314125,
            "stop": 817314489
        },
        {
            "start": 817334047,
            "stop": 817334289
        },
        {
            "start": 817335553,
            "stop": 817337295
        },
        {
            "start": 817337300,
            "stop": 817340670
        },
        {
            "start": 817340730,
            "stop": 817340747
        },
        {
            "start": 817343130,
            "stop": 817343137
        },
        {
            "start": 817343143,
            "stop": 817343147
        },
        {
            "start": 817343153,
            "stop": 817343160
        },
        {
            "start": 817343175,
            "stop": 817343207
        },
        {
            "start": 817343213,
            "stop": 817345907
        },
        {
            "start": 817345913,
            "stop": 817346970
        },
        {
            "start": 817347030,
            "stop": 817347032
        },
        {
            "start": 817348937,
            "stop": 817351055
        },
        {
            "start": 817352166,
            "stop": 817353363
        },
        {
            "start": 817353587,
            "stop": 817362476
        },
        {
            "start": 817363929,
            "stop": 817367195
        }
    ]
}