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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=43",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 44,
    "results": [
        {
            "start": 817007068,
            "stop": 817009474
        },
        {
            "start": 817009594,
            "stop": 817012279
        },
        {
            "start": 817012475,
            "stop": 817014925
        },
        {
            "start": 817015045,
            "stop": 817015976
        },
        {
            "start": 817015980,
            "stop": 817015983
        },
        {
            "start": 817015986,
            "stop": 817016501
        },
        {
            "start": 817016621,
            "stop": 817017397
        },
        {
            "start": 817017400,
            "stop": 817017943
        },
        {
            "start": 817018124,
            "stop": 817018425
        },
        {
            "start": 817018428,
            "stop": 817018464
        },
        {
            "start": 817018468,
            "stop": 817018544
        },
        {
            "start": 817018563,
            "stop": 817020077
        },
        {
            "start": 817020080,
            "stop": 817021667
        },
        {
            "start": 817021670,
            "stop": 817021832
        },
        {
            "start": 817021849,
            "stop": 817022244
        },
        {
            "start": 817022247,
            "stop": 817022314
        },
        {
            "start": 817022317,
            "stop": 817023136
        },
        {
            "start": 817023139,
            "stop": 817025876
        },
        {
            "start": 817025879,
            "stop": 817026091
        },
        {
            "start": 817026211,
            "stop": 817027033
        }
    ]
}