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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7651",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7649",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7650,
    "results": [
        {
            "start": 971005781,
            "stop": 971005795
        },
        {
            "start": 971005798,
            "stop": 971005823
        },
        {
            "start": 971005826,
            "stop": 971005875
        },
        {
            "start": 971005878,
            "stop": 971005885
        },
        {
            "start": 971005888,
            "stop": 971005909
        },
        {
            "start": 971005914,
            "stop": 971005925
        },
        {
            "start": 971005928,
            "stop": 971005956
        },
        {
            "start": 971005959,
            "stop": 971005965
        },
        {
            "start": 971005970,
            "stop": 971006050
        },
        {
            "start": 971006053,
            "stop": 971006060
        },
        {
            "start": 971006063,
            "stop": 971006088
        },
        {
            "start": 971006091,
            "stop": 971006112
        },
        {
            "start": 971006115,
            "stop": 971006140
        },
        {
            "start": 971006143,
            "stop": 971006180
        },
        {
            "start": 971006183,
            "stop": 971006241
        },
        {
            "start": 971006244,
            "stop": 971006248
        },
        {
            "start": 971006251,
            "stop": 971006272
        },
        {
            "start": 971006275,
            "stop": 971006277
        },
        {
            "start": 971006280,
            "stop": 971006285
        },
        {
            "start": 971006288,
            "stop": 971006308
        }
    ]
}