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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=45",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 46,
    "results": [
        {
            "start": 816035015,
            "stop": 816035490
        },
        {
            "start": 816035550,
            "stop": 816035738
        },
        {
            "start": 816035755,
            "stop": 816035896
        },
        {
            "start": 816035913,
            "stop": 816036127
        },
        {
            "start": 816036144,
            "stop": 816036544
        },
        {
            "start": 816036561,
            "stop": 816036843
        },
        {
            "start": 816036860,
            "stop": 816037003
        },
        {
            "start": 816037304,
            "stop": 816037519
        },
        {
            "start": 816040064,
            "stop": 816040082
        },
        {
            "start": 816052114,
            "stop": 816052490
        },
        {
            "start": 816052507,
            "stop": 816052638
        },
        {
            "start": 816052655,
            "stop": 816053019
        },
        {
            "start": 816053036,
            "stop": 816053696
        },
        {
            "start": 816053816,
            "stop": 816055237
        },
        {
            "start": 816055238,
            "stop": 816057074
        },
        {
            "start": 816057194,
            "stop": 816059059
        },
        {
            "start": 816059179,
            "stop": 816064116
        },
        {
            "start": 816064236,
            "stop": 816065998
        },
        {
            "start": 816066118,
            "stop": 816067078
        },
        {
            "start": 816067081,
            "stop": 816068749
        }
    ]
}