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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=18",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 19,
    "results": [
        {
            "start": 816059179,
            "stop": 816059520
        },
        {
            "start": 816059580,
            "stop": 816060544
        },
        {
            "start": 816060547,
            "stop": 816064116
        },
        {
            "start": 816064236,
            "stop": 816064915
        },
        {
            "start": 816064932,
            "stop": 816065998
        },
        {
            "start": 816066118,
            "stop": 816072881
        },
        {
            "start": 816074396,
            "stop": 816075956
        },
        {
            "start": 816076076,
            "stop": 816078899
        },
        {
            "start": 816078902,
            "stop": 816079561
        },
        {
            "start": 816079578,
            "stop": 816080080
        },
        {
            "start": 816082625,
            "stop": 816084821
        },
        {
            "start": 816084838,
            "stop": 816086340
        },
        {
            "start": 816086520,
            "stop": 816086528
        },
        {
            "start": 816086560,
            "stop": 816089507
        },
        {
            "start": 816089509,
            "stop": 816091200
        },
        {
            "start": 816091232,
            "stop": 816091970
        },
        {
            "start": 816095582,
            "stop": 816095748
        },
        {
            "start": 816096599,
            "stop": 816098092
        },
        {
            "start": 816098095,
            "stop": 816099069
        },
        {
            "start": 816100791,
            "stop": 816103140
        }
    ]
}