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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=18",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 19,
    "results": [
        {
            "start": 816363171,
            "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": 816390181
        },
        {
            "start": 816393435,
            "stop": 816393540
        },
        {
            "start": 816393900,
            "stop": 816394140
        },
        {
            "start": 816394200,
            "stop": 816394395
        },
        {
            "start": 816397338,
            "stop": 816397440
        },
        {
            "start": 816397500,
            "stop": 816400589
        },
        {
            "start": 816400592,
            "stop": 816405180
        },
        {
            "start": 816405240,
            "stop": 816406148
        },
        {
            "start": 816406151,
            "stop": 816416573
        },
        {
            "start": 816416577,
            "stop": 816430712
        },
        {
            "start": 816432144,
            "stop": 816437412
        },
        {
            "start": 816437416,
            "stop": 816438231
        }
    ]
}