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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=58",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 59,
    "results": [
        {
            "start": 817595940,
            "stop": 817596386
        },
        {
            "start": 817597348,
            "stop": 817598740
        },
        {
            "start": 817598757,
            "stop": 817599409
        },
        {
            "start": 817599480,
            "stop": 817599504
        },
        {
            "start": 817599521,
            "stop": 817600166
        },
        {
            "start": 817605934,
            "stop": 817606484
        },
        {
            "start": 817606764,
            "stop": 817618078
        },
        {
            "start": 817633929,
            "stop": 817634317
        },
        {
            "start": 817634350,
            "stop": 817635447
        },
        {
            "start": 817635464,
            "stop": 817636312
        },
        {
            "start": 817636329,
            "stop": 817638119
        },
        {
            "start": 817638136,
            "stop": 817638199
        },
        {
            "start": 817638216,
            "stop": 817639259
        },
        {
            "start": 817639276,
            "stop": 817639623
        },
        {
            "start": 817639640,
            "stop": 817641687
        },
        {
            "start": 817641690,
            "stop": 817642644
        },
        {
            "start": 817642661,
            "stop": 817644389
        },
        {
            "start": 817644406,
            "stop": 817646058
        },
        {
            "start": 817646075,
            "stop": 817646837
        },
        {
            "start": 817646854,
            "stop": 817647737
        }
    ]
}