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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=76",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 77,
    "results": [
        {
            "start": 1130893220,
            "stop": 1130896277
        },
        {
            "start": 1130896278,
            "stop": 1130903861
        },
        {
            "start": 1130903862,
            "stop": 1130904871
        },
        {
            "start": 1130904873,
            "stop": 1130909102
        },
        {
            "start": 1130909103,
            "stop": 1130912119
        },
        {
            "start": 1130912120,
            "stop": 1130913318
        },
        {
            "start": 1130913319,
            "stop": 1130916519
        },
        {
            "start": 1130941035,
            "stop": 1130943507
        },
        {
            "start": 1130943508,
            "stop": 1130945503
        },
        {
            "start": 1130945504,
            "stop": 1130947695
        },
        {
            "start": 1130947696,
            "stop": 1130959993
        },
        {
            "start": 1130959994,
            "stop": 1130965832
        },
        {
            "start": 1130969522,
            "stop": 1130971641
        },
        {
            "start": 1130971642,
            "stop": 1130979647
        },
        {
            "start": 1130979648,
            "stop": 1130982409
        },
        {
            "start": 1130982410,
            "stop": 1130982494
        },
        {
            "start": 1130982495,
            "stop": 1130994315
        },
        {
            "start": 1130994316,
            "stop": 1131009235
        },
        {
            "start": 1131009236,
            "stop": 1131014946
        },
        {
            "start": 1131014948,
            "stop": 1131016003
        }
    ]
}