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=1064
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=1065",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1063",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1064,
    "results": [
        {
            "start": 1136379505,
            "stop": 1136379539
        },
        {
            "start": 1136379542,
            "stop": 1136379559
        },
        {
            "start": 1136379562,
            "stop": 1136379617
        },
        {
            "start": 1136379620,
            "stop": 1136379829
        },
        {
            "start": 1136379832,
            "stop": 1136379873
        },
        {
            "start": 1136379874,
            "stop": 1136379947
        },
        {
            "start": 1136379950,
            "stop": 1136380007
        },
        {
            "start": 1136380010,
            "stop": 1136380027
        },
        {
            "start": 1136380030,
            "stop": 1136380046
        },
        {
            "start": 1136380049,
            "stop": 1136380107
        },
        {
            "start": 1136380110,
            "stop": 1136380132
        },
        {
            "start": 1136380135,
            "stop": 1136380228
        },
        {
            "start": 1136380231,
            "stop": 1136380262
        },
        {
            "start": 1136380265,
            "stop": 1136380275
        },
        {
            "start": 1136380278,
            "stop": 1136380296
        },
        {
            "start": 1136380299,
            "stop": 1136380333
        },
        {
            "start": 1136380336,
            "stop": 1136380346
        },
        {
            "start": 1136380349,
            "stop": 1136380374
        },
        {
            "start": 1136380377,
            "stop": 1136380386
        },
        {
            "start": 1136380389,
            "stop": 1136380475
        }
    ]
}