Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=127
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=126",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 127,
    "results": [
        {
            "start": 818808969,
            "stop": 818809046
        },
        {
            "start": 818809350,
            "stop": 818812409
        },
        {
            "start": 818812416,
            "stop": 818812573
        },
        {
            "start": 818813200,
            "stop": 818813695
        },
        {
            "start": 818813804,
            "stop": 818814883
        },
        {
            "start": 818814887,
            "stop": 818814987
        },
        {
            "start": 818815156,
            "stop": 818817023
        },
        {
            "start": 818817232,
            "stop": 818831833
        },
        {
            "start": 818832807,
            "stop": 818860072
        },
        {
            "start": 818860079,
            "stop": 818860244
        },
        {
            "start": 818861535,
            "stop": 818862913
        },
        {
            "start": 818862921,
            "stop": 818867482
        },
        {
            "start": 818867486,
            "stop": 818867923
        },
        {
            "start": 818868104,
            "stop": 818878573
        },
        {
            "start": 818879607,
            "stop": 818879863
        },
        {
            "start": 818880044,
            "stop": 818885401
        },
        {
            "start": 818885534,
            "stop": 818888286
        },
        {
            "start": 818888611,
            "stop": 818893985
        },
        {
            "start": 818894175,
            "stop": 818909641
        },
        {
            "start": 818909648,
            "stop": 818917852
        }
    ]
}