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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=19",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 20,
    "results": [
        {
            "start": 816356313,
            "stop": 816356582
        },
        {
            "start": 816356586,
            "stop": 816356743
        },
        {
            "start": 816356746,
            "stop": 816360188
        },
        {
            "start": 816360987,
            "stop": 816361380
        },
        {
            "start": 816361440,
            "stop": 816362280
        },
        {
            "start": 816362284,
            "stop": 816363160
        },
        {
            "start": 816363179,
            "stop": 816363751
        },
        {
            "start": 816364506,
            "stop": 816368500
        },
        {
            "start": 816368503,
            "stop": 816368847
        },
        {
            "start": 816368851,
            "stop": 816368908
        },
        {
            "start": 816374569,
            "stop": 816376968
        },
        {
            "start": 816383502,
            "stop": 816383508
        },
        {
            "start": 816383535,
            "stop": 816384320
        },
        {
            "start": 816386130,
            "stop": 816387882
        },
        {
            "start": 816388101,
            "stop": 816389443
        },
        {
            "start": 816389460,
            "stop": 816390181
        },
        {
            "start": 816393435,
            "stop": 816393637
        },
        {
            "start": 816393658,
            "stop": 816393772
        },
        {
            "start": 816393840,
            "stop": 816394395
        },
        {
            "start": 816397338,
            "stop": 816400589
        }
    ]
}