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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=22",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 23,
    "results": [
        {
            "start": 931174578,
            "stop": 931174586
        },
        {
            "start": 931174596,
            "stop": 931174598
        },
        {
            "start": 931174637,
            "stop": 931174651
        },
        {
            "start": 931174661,
            "stop": 931174675
        },
        {
            "start": 931174681,
            "stop": 931174687
        },
        {
            "start": 931174696,
            "stop": 931174704
        },
        {
            "start": 931174710,
            "stop": 931174729
        },
        {
            "start": 931174734,
            "stop": 931175026
        },
        {
            "start": 931175032,
            "stop": 931175515
        },
        {
            "start": 931175521,
            "stop": 931176287
        },
        {
            "start": 931176293,
            "stop": 931176594
        },
        {
            "start": 931176599,
            "stop": 931176995
        },
        {
            "start": 931178537,
            "stop": 931179128
        },
        {
            "start": 931179135,
            "stop": 931181354
        },
        {
            "start": 931181360,
            "stop": 931181464
        },
        {
            "start": 931181470,
            "stop": 931182486
        },
        {
            "start": 931182492,
            "stop": 931183418
        },
        {
            "start": 931183424,
            "stop": 931183479
        },
        {
            "start": 931183488,
            "stop": 931183564
        },
        {
            "start": 931183569,
            "stop": 931183710
        }
    ]
}