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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=3",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 4,
    "results": [
        {
            "start": 816193833,
            "stop": 816195493
        },
        {
            "start": 816197786,
            "stop": 816200047
        },
        {
            "start": 816200244,
            "stop": 816200818
        },
        {
            "start": 816201454,
            "stop": 816203335
        },
        {
            "start": 816204829,
            "stop": 816204854
        },
        {
            "start": 816206281,
            "stop": 816207656
        },
        {
            "start": 816207978,
            "stop": 816208498
        },
        {
            "start": 816209567,
            "stop": 816209620
        },
        {
            "start": 816210833,
            "stop": 816212188
        },
        {
            "start": 816213626,
            "stop": 816214257
        },
        {
            "start": 816214942,
            "stop": 816215803
        },
        {
            "start": 816247674,
            "stop": 816271649
        },
        {
            "start": 816273495,
            "stop": 816277107
        },
        {
            "start": 816277994,
            "stop": 816280392
        },
        {
            "start": 816284928,
            "stop": 816285052
        },
        {
            "start": 816290344,
            "stop": 816291559
        },
        {
            "start": 816319884,
            "stop": 816326067
        },
        {
            "start": 816327625,
            "stop": 816353625
        },
        {
            "start": 816356313,
            "stop": 816360308
        },
        {
            "start": 816360987,
            "stop": 816363871
        }
    ]
}