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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=38",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 39,
    "results": [
        {
            "start": 821983945,
            "stop": 821983947
        },
        {
            "start": 821984437,
            "stop": 821984653
        },
        {
            "start": 821985614,
            "stop": 821985973
        },
        {
            "start": 821986879,
            "stop": 821997373
        },
        {
            "start": 821998567,
            "stop": 822000793
        },
        {
            "start": 822000813,
            "stop": 822000816
        },
        {
            "start": 822001079,
            "stop": 822001199
        },
        {
            "start": 822002574,
            "stop": 822004093
        },
        {
            "start": 822004140,
            "stop": 822004143
        },
        {
            "start": 822006253,
            "stop": 822006322
        },
        {
            "start": 822006326,
            "stop": 822006543
        },
        {
            "start": 822006553,
            "stop": 822012586
        },
        {
            "start": 822013142,
            "stop": 822013209
        },
        {
            "start": 822013210,
            "stop": 822027358
        },
        {
            "start": 822030356,
            "stop": 822030410
        },
        {
            "start": 822030532,
            "stop": 822031813
        },
        {
            "start": 822031854,
            "stop": 822031856
        },
        {
            "start": 822031944,
            "stop": 822032590
        },
        {
            "start": 822032708,
            "stop": 822032741
        },
        {
            "start": 822032844,
            "stop": 822033073
        }
    ]
}