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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=111",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 112,
    "results": [
        {
            "start": 819825093,
            "stop": 819825112
        },
        {
            "start": 819825115,
            "stop": 819825265
        },
        {
            "start": 819825268,
            "stop": 819825287
        },
        {
            "start": 819827551,
            "stop": 819827653
        },
        {
            "start": 819827656,
            "stop": 819827734
        },
        {
            "start": 819827737,
            "stop": 819827937
        },
        {
            "start": 819827941,
            "stop": 819828193
        },
        {
            "start": 819828488,
            "stop": 819828682
        },
        {
            "start": 819828685,
            "stop": 819828899
        },
        {
            "start": 819828927,
            "stop": 819828939
        },
        {
            "start": 819828942,
            "stop": 819829866
        },
        {
            "start": 819830689,
            "stop": 819830710
        },
        {
            "start": 819830715,
            "stop": 819831016
        },
        {
            "start": 819831037,
            "stop": 819831368
        },
        {
            "start": 819831371,
            "stop": 819831816
        },
        {
            "start": 819831820,
            "stop": 819831943
        },
        {
            "start": 819831947,
            "stop": 819832051
        },
        {
            "start": 819832054,
            "stop": 819832171
        },
        {
            "start": 819832174,
            "stop": 819832650
        },
        {
            "start": 819832667,
            "stop": 819832843
        }
    ]
}