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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=94",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 95,
    "results": [
        {
            "start": 824750154,
            "stop": 824750157
        },
        {
            "start": 824750167,
            "stop": 824750170
        },
        {
            "start": 824750178,
            "stop": 824750179
        },
        {
            "start": 824756436,
            "stop": 824756530
        },
        {
            "start": 824778734,
            "stop": 824791207
        },
        {
            "start": 824792095,
            "stop": 824807221
        },
        {
            "start": 824807331,
            "stop": 824808448
        },
        {
            "start": 824808748,
            "stop": 824808786
        },
        {
            "start": 824808896,
            "stop": 824818423
        },
        {
            "start": 824818723,
            "stop": 824818786
        },
        {
            "start": 824819192,
            "stop": 824825414
        },
        {
            "start": 824832862,
            "stop": 824832893
        },
        {
            "start": 824832895,
            "stop": 824832905
        },
        {
            "start": 824832907,
            "stop": 824832972
        },
        {
            "start": 824832974,
            "stop": 824833050
        },
        {
            "start": 824833391,
            "stop": 824833963
        },
        {
            "start": 824833965,
            "stop": 824834063
        },
        {
            "start": 824834065,
            "stop": 824836057
        },
        {
            "start": 824836063,
            "stop": 824836180
        },
        {
            "start": 824836185,
            "stop": 824837230
        }
    ]
}