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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3806",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3807,
    "results": [
        {
            "start": 874579065,
            "stop": 874579339
        },
        {
            "start": 874579356,
            "stop": 874579430
        },
        {
            "start": 874579447,
            "stop": 874579858
        },
        {
            "start": 874579875,
            "stop": 874580264
        },
        {
            "start": 874580445,
            "stop": 874580706
        },
        {
            "start": 874580723,
            "stop": 874580725
        },
        {
            "start": 874580745,
            "stop": 874581685
        },
        {
            "start": 874581702,
            "stop": 874582290
        },
        {
            "start": 874582307,
            "stop": 874582913
        },
        {
            "start": 874582930,
            "stop": 874583341
        },
        {
            "start": 874583358,
            "stop": 874583984
        },
        {
            "start": 874584001,
            "stop": 874584017
        },
        {
            "start": 874584034,
            "stop": 874584156
        },
        {
            "start": 874584173,
            "stop": 874584239
        },
        {
            "start": 874584256,
            "stop": 874584592
        },
        {
            "start": 874584609,
            "stop": 874584651
        },
        {
            "start": 874584668,
            "stop": 874585754
        },
        {
            "start": 874585771,
            "stop": 874586530
        },
        {
            "start": 874586534,
            "stop": 874587349
        },
        {
            "start": 874587366,
            "stop": 874588967
        }
    ]
}