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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=119",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 120,
    "results": [
        {
            "start": 819952678,
            "stop": 819953698
        },
        {
            "start": 819953701,
            "stop": 819953909
        },
        {
            "start": 819953912,
            "stop": 819954141
        },
        {
            "start": 819954144,
            "stop": 819955478
        },
        {
            "start": 819955481,
            "stop": 819955846
        },
        {
            "start": 819955849,
            "stop": 819955928
        },
        {
            "start": 819955931,
            "stop": 819955999
        },
        {
            "start": 819956002,
            "stop": 819956097
        },
        {
            "start": 819956101,
            "stop": 819956229
        },
        {
            "start": 819956232,
            "stop": 819956589
        },
        {
            "start": 819956593,
            "stop": 819958559
        },
        {
            "start": 819958562,
            "stop": 819959029
        },
        {
            "start": 819959033,
            "stop": 819959036
        },
        {
            "start": 819959040,
            "stop": 819959231
        },
        {
            "start": 819959234,
            "stop": 819959889
        },
        {
            "start": 819959893,
            "stop": 819960287
        },
        {
            "start": 819960290,
            "stop": 819960713
        },
        {
            "start": 819960717,
            "stop": 819961216
        },
        {
            "start": 819961220,
            "stop": 819961239
        },
        {
            "start": 819961242,
            "stop": 819961389
        }
    ]
}