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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=46",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 47,
    "results": [
        {
            "start": 931367996,
            "stop": 931368097
        },
        {
            "start": 931368115,
            "stop": 931368612
        },
        {
            "start": 931368615,
            "stop": 931368686
        },
        {
            "start": 931368704,
            "stop": 931368957
        },
        {
            "start": 931368959,
            "stop": 931368972
        },
        {
            "start": 931368974,
            "stop": 931368987
        },
        {
            "start": 931368989,
            "stop": 931369049
        },
        {
            "start": 931369072,
            "stop": 931369119
        },
        {
            "start": 931369140,
            "stop": 931369290
        },
        {
            "start": 931369307,
            "stop": 931369336
        },
        {
            "start": 931369354,
            "stop": 931369394
        },
        {
            "start": 931369422,
            "stop": 931369462
        },
        {
            "start": 931369480,
            "stop": 931369508
        },
        {
            "start": 931369527,
            "stop": 931369555
        },
        {
            "start": 931369590,
            "stop": 931369666
        },
        {
            "start": 931369702,
            "stop": 931369871
        },
        {
            "start": 931369960,
            "stop": 931370303
        },
        {
            "start": 931370321,
            "stop": 931370415
        },
        {
            "start": 931370775,
            "stop": 931370835
        },
        {
            "start": 931370853,
            "stop": 931370907
        }
    ]
}