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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=106",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 107,
    "results": [
        {
            "start": 952675980,
            "stop": 952682495
        },
        {
            "start": 952684948,
            "stop": 952691885
        },
        {
            "start": 952695103,
            "stop": 952699095
        },
        {
            "start": 952727308,
            "stop": 952732079
        },
        {
            "start": 952733312,
            "stop": 952737812
        },
        {
            "start": 952740079,
            "stop": 952742014
        },
        {
            "start": 952747367,
            "stop": 952754407
        },
        {
            "start": 952756478,
            "stop": 952765854
        },
        {
            "start": 952772215,
            "stop": 952772242
        },
        {
            "start": 952776306,
            "stop": 952778124
        },
        {
            "start": 952807342,
            "stop": 952821787
        },
        {
            "start": 952823743,
            "stop": 952824937
        },
        {
            "start": 952824943,
            "stop": 952824980
        },
        {
            "start": 952824984,
            "stop": 952825125
        },
        {
            "start": 952825129,
            "stop": 952825197
        },
        {
            "start": 952825200,
            "stop": 952825265
        },
        {
            "start": 952825275,
            "stop": 952825277
        },
        {
            "start": 952825282,
            "stop": 952825284
        },
        {
            "start": 952825287,
            "stop": 952825289
        },
        {
            "start": 952825292,
            "stop": 952825299
        }
    ]
}