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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=61",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 62,
    "results": [
        {
            "start": 817259906,
            "stop": 817260286
        },
        {
            "start": 817260289,
            "stop": 817260552
        },
        {
            "start": 817260672,
            "stop": 817260673
        },
        {
            "start": 817260793,
            "stop": 817260867
        },
        {
            "start": 817260884,
            "stop": 817261048
        },
        {
            "start": 817261051,
            "stop": 817261163
        },
        {
            "start": 817261167,
            "stop": 817261267
        },
        {
            "start": 817261270,
            "stop": 817261307
        },
        {
            "start": 817261324,
            "stop": 817261540
        },
        {
            "start": 817261544,
            "stop": 817261656
        },
        {
            "start": 817261659,
            "stop": 817262054
        },
        {
            "start": 817262116,
            "stop": 817262126
        },
        {
            "start": 817262129,
            "stop": 817262662
        },
        {
            "start": 817262665,
            "stop": 817262829
        },
        {
            "start": 817262833,
            "stop": 817262867
        },
        {
            "start": 817262870,
            "stop": 817262990
        },
        {
            "start": 817262993,
            "stop": 817262997
        },
        {
            "start": 817263000,
            "stop": 817263071
        },
        {
            "start": 817263074,
            "stop": 817263531
        },
        {
            "start": 817263713,
            "stop": 817264642
        }
    ]
}