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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=108",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 109,
    "results": [
        {
            "start": 842496378,
            "stop": 842511395
        },
        {
            "start": 842513152,
            "stop": 842521656
        },
        {
            "start": 842523087,
            "stop": 842561796
        },
        {
            "start": 842563436,
            "stop": 842586798
        },
        {
            "start": 842587812,
            "stop": 842587864
        },
        {
            "start": 842587892,
            "stop": 842646435
        },
        {
            "start": 842646683,
            "stop": 842653372
        },
        {
            "start": 842655221,
            "stop": 842658003
        },
        {
            "start": 842658143,
            "stop": 842713215
        },
        {
            "start": 842745810,
            "stop": 842803551
        },
        {
            "start": 842805210,
            "stop": 842808099
        },
        {
            "start": 842808281,
            "stop": 842814236
        },
        {
            "start": 842814469,
            "stop": 842815599
        },
        {
            "start": 842815741,
            "stop": 842816141
        },
        {
            "start": 842818042,
            "stop": 842821926
        },
        {
            "start": 842822860,
            "stop": 842823616
        },
        {
            "start": 842824597,
            "stop": 842825887
        },
        {
            "start": 842826824,
            "stop": 842831229
        },
        {
            "start": 842832643,
            "stop": 842832938
        },
        {
            "start": 842833999,
            "stop": 842837771
        }
    ]
}