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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9955",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9956,
    "results": [
        {
            "start": 875211285,
            "stop": 875211784
        },
        {
            "start": 875211787,
            "stop": 875212011
        },
        {
            "start": 875212015,
            "stop": 875212654
        },
        {
            "start": 875212774,
            "stop": 875212861
        },
        {
            "start": 875212878,
            "stop": 875212990
        },
        {
            "start": 875212993,
            "stop": 875213007
        },
        {
            "start": 875213024,
            "stop": 875213153
        },
        {
            "start": 875213156,
            "stop": 875213269
        },
        {
            "start": 875213389,
            "stop": 875213521
        },
        {
            "start": 875213524,
            "stop": 875213586
        },
        {
            "start": 875213603,
            "stop": 875214258
        },
        {
            "start": 875214378,
            "stop": 875214515
        },
        {
            "start": 875214635,
            "stop": 875214850
        },
        {
            "start": 875214970,
            "stop": 875215168
        },
        {
            "start": 875215185,
            "stop": 875215279
        },
        {
            "start": 875215283,
            "stop": 875215391
        },
        {
            "start": 875215394,
            "stop": 875215411
        },
        {
            "start": 875215428,
            "stop": 875215462
        },
        {
            "start": 875215465,
            "stop": 875215934
        },
        {
            "start": 875215937,
            "stop": 875216040
        }
    ]
}