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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5176",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5177,
    "results": [
        {
            "start": 875086066,
            "stop": 875086645
        },
        {
            "start": 875086664,
            "stop": 875086900
        },
        {
            "start": 875086919,
            "stop": 875087768
        },
        {
            "start": 875087788,
            "stop": 875087916
        },
        {
            "start": 875087935,
            "stop": 875087956
        },
        {
            "start": 875087975,
            "stop": 875088193
        },
        {
            "start": 875088213,
            "stop": 875088956
        },
        {
            "start": 875088975,
            "stop": 875089353
        },
        {
            "start": 875089372,
            "stop": 875089423
        },
        {
            "start": 875089442,
            "stop": 875089664
        },
        {
            "start": 875089683,
            "stop": 875089992
        },
        {
            "start": 875089996,
            "stop": 875091364
        },
        {
            "start": 875091383,
            "stop": 875092632
        },
        {
            "start": 875092651,
            "stop": 875095484
        },
        {
            "start": 875095665,
            "stop": 875099739
        },
        {
            "start": 875099758,
            "stop": 875101148
        },
        {
            "start": 875101165,
            "stop": 875102314
        },
        {
            "start": 875102334,
            "stop": 875102520
        },
        {
            "start": 875102539,
            "stop": 875103180
        },
        {
            "start": 875103240,
            "stop": 875103931
        }
    ]
}