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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=31",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 32,
    "results": [
        {
            "start": 819977247,
            "stop": 819977550
        },
        {
            "start": 819979099,
            "stop": 819979296
        },
        {
            "start": 819982169,
            "stop": 819983920
        },
        {
            "start": 819985429,
            "stop": 820001764
        },
        {
            "start": 820002434,
            "stop": 820002953
        },
        {
            "start": 820026973,
            "stop": 820049767
        },
        {
            "start": 820051021,
            "stop": 820051546
        },
        {
            "start": 820052715,
            "stop": 820052973
        },
        {
            "start": 820054389,
            "stop": 820054717
        },
        {
            "start": 820060252,
            "stop": 820060528
        },
        {
            "start": 820062025,
            "stop": 820063002
        },
        {
            "start": 820064390,
            "stop": 820087101
        },
        {
            "start": 820089692,
            "stop": 820097605
        },
        {
            "start": 820097741,
            "stop": 820100978
        },
        {
            "start": 820102769,
            "stop": 820103366
        },
        {
            "start": 820104221,
            "stop": 820106730
        },
        {
            "start": 820107411,
            "stop": 820107894
        },
        {
            "start": 820111501,
            "stop": 820111799
        },
        {
            "start": 820113112,
            "stop": 820114075
        },
        {
            "start": 820114140,
            "stop": 820114170
        }
    ]
}