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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=51",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 52,
    "results": [
        {
            "start": 816181211,
            "stop": 816181215
        },
        {
            "start": 816181218,
            "stop": 816181334
        },
        {
            "start": 816181337,
            "stop": 816181560
        },
        {
            "start": 816181563,
            "stop": 816181616
        },
        {
            "start": 816181619,
            "stop": 816181643
        },
        {
            "start": 816181647,
            "stop": 816181685
        },
        {
            "start": 816181689,
            "stop": 816181773
        },
        {
            "start": 816181776,
            "stop": 816181783
        },
        {
            "start": 816181787,
            "stop": 816181805
        },
        {
            "start": 816181808,
            "stop": 816181847
        },
        {
            "start": 816181850,
            "stop": 816181871
        },
        {
            "start": 816181875,
            "stop": 816181958
        },
        {
            "start": 816181961,
            "stop": 816182057
        },
        {
            "start": 816182061,
            "stop": 816182089
        },
        {
            "start": 816182093,
            "stop": 816182216
        },
        {
            "start": 816182219,
            "stop": 816182446
        },
        {
            "start": 816182449,
            "stop": 816182462
        },
        {
            "start": 816182465,
            "stop": 816182489
        },
        {
            "start": 816182492,
            "stop": 816182560
        },
        {
            "start": 816182564,
            "stop": 816182590
        }
    ]
}