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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5082",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5083,
    "results": [
        {
            "start": 874645057,
            "stop": 874645087
        },
        {
            "start": 874645107,
            "stop": 874645138
        },
        {
            "start": 874645157,
            "stop": 874645180
        },
        {
            "start": 874645200,
            "stop": 874645215
        },
        {
            "start": 874645234,
            "stop": 874645347
        },
        {
            "start": 874645372,
            "stop": 874645399
        },
        {
            "start": 874645418,
            "stop": 874645433
        },
        {
            "start": 874645452,
            "stop": 874645514
        },
        {
            "start": 874645533,
            "stop": 874645538
        },
        {
            "start": 874645557,
            "stop": 874645644
        },
        {
            "start": 874645663,
            "stop": 874645683
        },
        {
            "start": 874645704,
            "stop": 874645815
        },
        {
            "start": 874645834,
            "stop": 874645855
        },
        {
            "start": 874645891,
            "stop": 874645919
        },
        {
            "start": 874645939,
            "stop": 874646076
        },
        {
            "start": 874646096,
            "stop": 874646126
        },
        {
            "start": 874646146,
            "stop": 874646223
        },
        {
            "start": 874646244,
            "stop": 874646248
        },
        {
            "start": 874646267,
            "stop": 874646346
        },
        {
            "start": 874646365,
            "stop": 874646383
        }
    ]
}