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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1063",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1061",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1062,
    "results": [
        {
            "start": 1136208862,
            "stop": 1136213974
        },
        {
            "start": 1136213976,
            "stop": 1136214986
        },
        {
            "start": 1136214988,
            "stop": 1136215371
        },
        {
            "start": 1136215373,
            "stop": 1136217629
        },
        {
            "start": 1136260445,
            "stop": 1136276442
        },
        {
            "start": 1136276444,
            "stop": 1136278880
        },
        {
            "start": 1136278881,
            "stop": 1136279902
        },
        {
            "start": 1136279904,
            "stop": 1136283418
        },
        {
            "start": 1136283420,
            "stop": 1136283662
        },
        {
            "start": 1136283663,
            "stop": 1136286139
        },
        {
            "start": 1136286140,
            "stop": 1136304022
        },
        {
            "start": 1136346535,
            "stop": 1136347154
        },
        {
            "start": 1136347704,
            "stop": 1136349311
        },
        {
            "start": 1136349313,
            "stop": 1136351507
        },
        {
            "start": 1136351509,
            "stop": 1136352014
        },
        {
            "start": 1136352016,
            "stop": 1136358160
        },
        {
            "start": 1136358162,
            "stop": 1136368534
        },
        {
            "start": 1136368537,
            "stop": 1136368580
        },
        {
            "start": 1136368583,
            "stop": 1136368588
        },
        {
            "start": 1136368591,
            "stop": 1136368601
        }
    ]
}