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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14947",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14945",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14946,
    "results": [
        {
            "start": 971610560,
            "stop": 971610562
        },
        {
            "start": 971610564,
            "stop": 971610570
        },
        {
            "start": 971610581,
            "stop": 971610582
        },
        {
            "start": 971610586,
            "stop": 971610650
        },
        {
            "start": 971610653,
            "stop": 971610663
        },
        {
            "start": 971612855,
            "stop": 971612891
        },
        {
            "start": 971612894,
            "stop": 971612915
        },
        {
            "start": 971612918,
            "stop": 971612931
        },
        {
            "start": 971612944,
            "stop": 971612946
        },
        {
            "start": 971612958,
            "stop": 971612960
        },
        {
            "start": 971612961,
            "stop": 971612962
        },
        {
            "start": 971612964,
            "stop": 971612975
        },
        {
            "start": 971613015,
            "stop": 971613059
        },
        {
            "start": 971613062,
            "stop": 971613075
        },
        {
            "start": 971613082,
            "stop": 971613083
        },
        {
            "start": 971613086,
            "stop": 971613128
        },
        {
            "start": 971613131,
            "stop": 971613147
        },
        {
            "start": 971613153,
            "stop": 971613154
        },
        {
            "start": 971613155,
            "stop": 971613162
        },
        {
            "start": 971613168,
            "stop": 971613175
        }
    ]
}