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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=52",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 53,
    "results": [
        {
            "start": 931386779,
            "stop": 931386791
        },
        {
            "start": 931386794,
            "stop": 931386890
        },
        {
            "start": 931386950,
            "stop": 931387109
        },
        {
            "start": 931387111,
            "stop": 931387466
        },
        {
            "start": 931387469,
            "stop": 931387978
        },
        {
            "start": 931387995,
            "stop": 931388271
        },
        {
            "start": 931388289,
            "stop": 931388415
        },
        {
            "start": 931388798,
            "stop": 931388849
        },
        {
            "start": 931388851,
            "stop": 931389014
        },
        {
            "start": 931389031,
            "stop": 931389063
        },
        {
            "start": 931389081,
            "stop": 931389303
        },
        {
            "start": 931389321,
            "stop": 931389754
        },
        {
            "start": 931389772,
            "stop": 931390094
        },
        {
            "start": 931390097,
            "stop": 931390272
        },
        {
            "start": 931390290,
            "stop": 931390353
        },
        {
            "start": 931390371,
            "stop": 931390378
        },
        {
            "start": 931390396,
            "stop": 931390416
        },
        {
            "start": 931390434,
            "stop": 931390766
        },
        {
            "start": 931390784,
            "stop": 931390883
        },
        {
            "start": 931390901,
            "stop": 931391130
        }
    ]
}