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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4921",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4922,
    "results": [
        {
            "start": 875197656,
            "stop": 875197731
        },
        {
            "start": 875197750,
            "stop": 875197797
        },
        {
            "start": 875197816,
            "stop": 875197892
        },
        {
            "start": 875197912,
            "stop": 875197918
        },
        {
            "start": 875197937,
            "stop": 875197946
        },
        {
            "start": 875197978,
            "stop": 875198137
        },
        {
            "start": 875198159,
            "stop": 875198245
        },
        {
            "start": 875198264,
            "stop": 875198346
        },
        {
            "start": 875198374,
            "stop": 875198430
        },
        {
            "start": 875198449,
            "stop": 875198488
        },
        {
            "start": 875198507,
            "stop": 875198547
        },
        {
            "start": 875198566,
            "stop": 875198617
        },
        {
            "start": 875198647,
            "stop": 875198649
        },
        {
            "start": 875198687,
            "stop": 875198708
        },
        {
            "start": 875198727,
            "stop": 875198731
        },
        {
            "start": 875198750,
            "stop": 875198802
        },
        {
            "start": 875198835,
            "stop": 875198850
        },
        {
            "start": 875198875,
            "stop": 875198908
        },
        {
            "start": 875198931,
            "stop": 875198959
        },
        {
            "start": 875198982,
            "stop": 875199014
        }
    ]
}