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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5942",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5943,
    "results": [
        {
            "start": 875213784,
            "stop": 875213800
        },
        {
            "start": 875213803,
            "stop": 875213823
        },
        {
            "start": 875213826,
            "stop": 875213874
        },
        {
            "start": 875213877,
            "stop": 875213911
        },
        {
            "start": 875213914,
            "stop": 875213915
        },
        {
            "start": 875213918,
            "stop": 875213926
        },
        {
            "start": 875213929,
            "stop": 875213991
        },
        {
            "start": 875213998,
            "stop": 875214026
        },
        {
            "start": 875214029,
            "stop": 875214045
        },
        {
            "start": 875214048,
            "stop": 875214065
        },
        {
            "start": 875214068,
            "stop": 875214089
        },
        {
            "start": 875214092,
            "stop": 875214096
        },
        {
            "start": 875214099,
            "stop": 875214122
        },
        {
            "start": 875214125,
            "stop": 875214127
        },
        {
            "start": 875214130,
            "stop": 875214136
        },
        {
            "start": 875214140,
            "stop": 875214160
        },
        {
            "start": 875214165,
            "stop": 875214205
        },
        {
            "start": 875214208,
            "stop": 875214255
        },
        {
            "start": 875214258,
            "stop": 875214308
        },
        {
            "start": 875214311,
            "stop": 875214513
        }
    ]
}