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=1127
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=1128",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1126",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1127,
    "results": [
        {
            "start": 1136440204,
            "stop": 1136440207
        },
        {
            "start": 1136440210,
            "stop": 1136440215
        },
        {
            "start": 1136440218,
            "stop": 1136440227
        },
        {
            "start": 1136440230,
            "stop": 1136440256
        },
        {
            "start": 1136440264,
            "stop": 1136440267
        },
        {
            "start": 1136440271,
            "stop": 1136440284
        },
        {
            "start": 1136440287,
            "stop": 1136440289
        },
        {
            "start": 1136440292,
            "stop": 1136440297
        },
        {
            "start": 1136440300,
            "stop": 1136440305
        },
        {
            "start": 1136440308,
            "stop": 1136440310
        },
        {
            "start": 1136440314,
            "stop": 1136440317
        },
        {
            "start": 1136440324,
            "stop": 1136440328
        },
        {
            "start": 1136440331,
            "stop": 1136440354
        },
        {
            "start": 1136440357,
            "stop": 1136440372
        },
        {
            "start": 1136440382,
            "stop": 1136440386
        },
        {
            "start": 1136440389,
            "stop": 1136440399
        },
        {
            "start": 1136440402,
            "stop": 1136440408
        },
        {
            "start": 1136440411,
            "stop": 1136440422
        },
        {
            "start": 1136440425,
            "stop": 1136440432
        },
        {
            "start": 1136440435,
            "stop": 1136440454
        }
    ]
}