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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4972",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4973,
    "results": [
        {
            "start": 874472585,
            "stop": 874472705
        },
        {
            "start": 874472720,
            "stop": 874472856
        },
        {
            "start": 874472863,
            "stop": 874473420
        },
        {
            "start": 874473430,
            "stop": 874473616
        },
        {
            "start": 874473623,
            "stop": 874473692
        },
        {
            "start": 874473699,
            "stop": 874473859
        },
        {
            "start": 874473866,
            "stop": 874473990
        },
        {
            "start": 874473997,
            "stop": 874474180
        },
        {
            "start": 874474187,
            "stop": 874474322
        },
        {
            "start": 874474329,
            "stop": 874474614
        },
        {
            "start": 874474621,
            "stop": 874475118
        },
        {
            "start": 874475125,
            "stop": 874475162
        },
        {
            "start": 874475169,
            "stop": 874475629
        },
        {
            "start": 874475636,
            "stop": 874475968
        },
        {
            "start": 874475975,
            "stop": 874476315
        },
        {
            "start": 874476322,
            "stop": 874476633
        },
        {
            "start": 874476640,
            "stop": 874477017
        },
        {
            "start": 874477024,
            "stop": 874477108
        },
        {
            "start": 874477115,
            "stop": 874477257
        },
        {
            "start": 874477264,
            "stop": 874477347
        }
    ]
}