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=9935
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=9936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9934",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9935,
    "results": [
        {
            "start": 874968240,
            "stop": 874968360
        },
        {
            "start": 874968420,
            "stop": 874968660
        },
        {
            "start": 874968720,
            "stop": 874968962
        },
        {
            "start": 874969082,
            "stop": 874969365
        },
        {
            "start": 874969485,
            "stop": 874969860
        },
        {
            "start": 874969984,
            "stop": 874971540
        },
        {
            "start": 874971600,
            "stop": 874972589
        },
        {
            "start": 874972606,
            "stop": 874972628
        },
        {
            "start": 874972800,
            "stop": 874972924
        },
        {
            "start": 874972941,
            "stop": 874973199
        },
        {
            "start": 874973319,
            "stop": 874973340
        },
        {
            "start": 874973400,
            "stop": 874973690
        },
        {
            "start": 874973810,
            "stop": 874973880
        },
        {
            "start": 874973940,
            "stop": 874974266
        },
        {
            "start": 874974386,
            "stop": 874975260
        },
        {
            "start": 874975320,
            "stop": 874975324
        },
        {
            "start": 874975500,
            "stop": 874975573
        },
        {
            "start": 874975590,
            "stop": 874975717
        },
        {
            "start": 874975734,
            "stop": 874976086
        },
        {
            "start": 874976103,
            "stop": 874977120
        }
    ]
}