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=46979
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=46980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46978",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46979,
    "results": [
        {
            "start": 875213944,
            "stop": 875213950
        },
        {
            "start": 875213951,
            "stop": 875213989
        },
        {
            "start": 875213990,
            "stop": 875213991
        },
        {
            "start": 875213998,
            "stop": 875214003
        },
        {
            "start": 875214004,
            "stop": 875214016
        },
        {
            "start": 875214018,
            "stop": 875214026
        },
        {
            "start": 875214029,
            "stop": 875214045
        },
        {
            "start": 875214048,
            "stop": 875214065
        },
        {
            "start": 875214068,
            "stop": 875214082
        },
        {
            "start": 875214084,
            "stop": 875214089
        },
        {
            "start": 875214092,
            "stop": 875214096
        },
        {
            "start": 875214099,
            "stop": 875214122
        },
        {
            "start": 875214125,
            "stop": 875214127
        },
        {
            "start": 875214131,
            "stop": 875214136
        },
        {
            "start": 875214140,
            "stop": 875214160
        },
        {
            "start": 875214165,
            "stop": 875214176
        },
        {
            "start": 875214177,
            "stop": 875214205
        },
        {
            "start": 875214208,
            "stop": 875214210
        },
        {
            "start": 875214211,
            "stop": 875214233
        },
        {
            "start": 875214234,
            "stop": 875214255
        }
    ]
}