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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4925",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4926,
    "results": [
        {
            "start": 875207161,
            "stop": 875207202
        },
        {
            "start": 875207221,
            "stop": 875207272
        },
        {
            "start": 875207293,
            "stop": 875207327
        },
        {
            "start": 875207347,
            "stop": 875207403
        },
        {
            "start": 875207422,
            "stop": 875207447
        },
        {
            "start": 875207466,
            "stop": 875207471
        },
        {
            "start": 875207491,
            "stop": 875207579
        },
        {
            "start": 875207598,
            "stop": 875207605
        },
        {
            "start": 875207628,
            "stop": 875207642
        },
        {
            "start": 875207669,
            "stop": 875207719
        },
        {
            "start": 875207742,
            "stop": 875207815
        },
        {
            "start": 875207834,
            "stop": 875207839
        },
        {
            "start": 875207859,
            "stop": 875207978
        },
        {
            "start": 875207998,
            "stop": 875208002
        },
        {
            "start": 875208021,
            "stop": 875208029
        },
        {
            "start": 875208051,
            "stop": 875208077
        },
        {
            "start": 875208108,
            "stop": 875208112
        },
        {
            "start": 875208171,
            "stop": 875208198
        },
        {
            "start": 875208218,
            "stop": 875208281
        },
        {
            "start": 875208327,
            "stop": 875208386
        }
    ]
}