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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=23",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 24,
    "results": [
        {
            "start": 818725527,
            "stop": 818728438
        },
        {
            "start": 818730103,
            "stop": 818734879
        },
        {
            "start": 818736605,
            "stop": 818768758
        },
        {
            "start": 818770503,
            "stop": 818790361
        },
        {
            "start": 818791706,
            "stop": 818793816
        },
        {
            "start": 818795618,
            "stop": 818800615
        },
        {
            "start": 818801834,
            "stop": 818805536
        },
        {
            "start": 818809957,
            "stop": 818812418
        },
        {
            "start": 818814826,
            "stop": 818814998
        },
        {
            "start": 818816477,
            "stop": 818817035
        },
        {
            "start": 818817518,
            "stop": 818831850
        },
        {
            "start": 818832578,
            "stop": 818860255
        },
        {
            "start": 818862107,
            "stop": 818878584
        },
        {
            "start": 818880188,
            "stop": 818883230
        },
        {
            "start": 818883464,
            "stop": 818885399
        },
        {
            "start": 818886084,
            "stop": 818888297
        },
        {
            "start": 818888966,
            "stop": 818893996
        },
        {
            "start": 818894582,
            "stop": 818901413
        },
        {
            "start": 818902910,
            "stop": 818911869
        },
        {
            "start": 818912156,
            "stop": 818917845
        }
    ]
}