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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=25",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 26,
    "results": [
        {
            "start": 816361440,
            "stop": 816361920
        },
        {
            "start": 816362040,
            "stop": 816362280
        },
        {
            "start": 816362284,
            "stop": 816363160
        },
        {
            "start": 816363179,
            "stop": 816363751
        },
        {
            "start": 816364506,
            "stop": 816366420
        },
        {
            "start": 816366480,
            "stop": 816366780
        },
        {
            "start": 816366840,
            "stop": 816367200
        },
        {
            "start": 816367320,
            "stop": 816367380
        },
        {
            "start": 816367440,
            "stop": 816367620
        },
        {
            "start": 816367680,
            "stop": 816368500
        },
        {
            "start": 816368503,
            "stop": 816368847
        },
        {
            "start": 816368851,
            "stop": 816368908
        },
        {
            "start": 816374569,
            "stop": 816375300
        },
        {
            "start": 816375420,
            "stop": 816376440
        },
        {
            "start": 816376500,
            "stop": 816376577
        },
        {
            "start": 816376697,
            "stop": 816376968
        },
        {
            "start": 816383502,
            "stop": 816383508
        },
        {
            "start": 816383535,
            "stop": 816384093
        },
        {
            "start": 816384213,
            "stop": 816384300
        },
        {
            "start": 816386130,
            "stop": 816387153
        }
    ]
}