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=3743
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=3744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3742",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3743,
    "results": [
        {
            "start": 873792840,
            "stop": 873796777
        },
        {
            "start": 873796794,
            "stop": 873797095
        },
        {
            "start": 873797112,
            "stop": 873797558
        },
        {
            "start": 873797575,
            "stop": 873799450
        },
        {
            "start": 873799469,
            "stop": 873804088
        },
        {
            "start": 873804105,
            "stop": 873804329
        },
        {
            "start": 873804346,
            "stop": 873804485
        },
        {
            "start": 873804503,
            "stop": 873805129
        },
        {
            "start": 873805146,
            "stop": 873806618
        },
        {
            "start": 873806921,
            "stop": 873808377
        },
        {
            "start": 873808394,
            "stop": 873808724
        },
        {
            "start": 873808905,
            "stop": 873810748
        },
        {
            "start": 873810765,
            "stop": 873812441
        },
        {
            "start": 873812458,
            "stop": 873813540
        },
        {
            "start": 873813660,
            "stop": 873813883
        },
        {
            "start": 873813900,
            "stop": 873814254
        },
        {
            "start": 873814364,
            "stop": 873814658
        },
        {
            "start": 873815073,
            "stop": 873817131
        },
        {
            "start": 873817148,
            "stop": 873817886
        },
        {
            "start": 873817903,
            "stop": 873819420
        }
    ]
}