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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=32",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 33,
    "results": [
        {
            "start": 815837030,
            "stop": 815837117
        },
        {
            "start": 815837125,
            "stop": 815838188
        },
        {
            "start": 815838201,
            "stop": 815838631
        },
        {
            "start": 815838643,
            "stop": 815839013
        },
        {
            "start": 815839020,
            "stop": 815839517
        },
        {
            "start": 815839530,
            "stop": 815839586
        },
        {
            "start": 815839593,
            "stop": 815840685
        },
        {
            "start": 815840692,
            "stop": 815841908
        },
        {
            "start": 815841916,
            "stop": 815843290
        },
        {
            "start": 815843297,
            "stop": 815844163
        },
        {
            "start": 815844176,
            "stop": 815844858
        },
        {
            "start": 815844862,
            "stop": 815845083
        },
        {
            "start": 815845090,
            "stop": 815845554
        },
        {
            "start": 815845562,
            "stop": 815845580
        },
        {
            "start": 815845588,
            "stop": 815845709
        },
        {
            "start": 815845716,
            "stop": 815846819
        },
        {
            "start": 815846831,
            "stop": 815847996
        },
        {
            "start": 815848003,
            "stop": 815848808
        },
        {
            "start": 815848821,
            "stop": 815849262
        },
        {
            "start": 815849269,
            "stop": 815849293
        }
    ]
}