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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5138",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5139,
    "results": [
        {
            "start": 874748758,
            "stop": 874748827
        },
        {
            "start": 874748847,
            "stop": 874748850
        },
        {
            "start": 874748869,
            "stop": 874748892
        },
        {
            "start": 874748912,
            "stop": 874748945
        },
        {
            "start": 874748965,
            "stop": 874749084
        },
        {
            "start": 874749125,
            "stop": 874749149
        },
        {
            "start": 874749185,
            "stop": 874749199
        },
        {
            "start": 874749218,
            "stop": 874749314
        },
        {
            "start": 874749333,
            "stop": 874749631
        },
        {
            "start": 874749650,
            "stop": 874749654
        },
        {
            "start": 874749673,
            "stop": 874749730
        },
        {
            "start": 874749750,
            "stop": 874749770
        },
        {
            "start": 874749789,
            "stop": 874749968
        },
        {
            "start": 874749987,
            "stop": 874750026
        },
        {
            "start": 874750045,
            "stop": 874750194
        },
        {
            "start": 874750231,
            "stop": 874750284
        },
        {
            "start": 874750303,
            "stop": 874750351
        },
        {
            "start": 874750370,
            "stop": 874750446
        },
        {
            "start": 874750471,
            "stop": 874750500
        },
        {
            "start": 874750519,
            "stop": 874750541
        }
    ]
}