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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=243",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 244,
    "results": [
        {
            "start": 820924608,
            "stop": 820924713
        },
        {
            "start": 820924716,
            "stop": 820924774
        },
        {
            "start": 820924777,
            "stop": 820924954
        },
        {
            "start": 820924958,
            "stop": 820925119
        },
        {
            "start": 820925123,
            "stop": 820925124
        },
        {
            "start": 820925127,
            "stop": 820925286
        },
        {
            "start": 820925289,
            "stop": 820925325
        },
        {
            "start": 820925329,
            "stop": 820925522
        },
        {
            "start": 820925526,
            "stop": 820925725
        },
        {
            "start": 820925729,
            "stop": 820925758
        },
        {
            "start": 820925761,
            "stop": 820925846
        },
        {
            "start": 820925849,
            "stop": 820925886
        },
        {
            "start": 820925889,
            "stop": 820925896
        },
        {
            "start": 820925899,
            "stop": 820925930
        },
        {
            "start": 820925933,
            "stop": 820925951
        },
        {
            "start": 820925958,
            "stop": 820925972
        },
        {
            "start": 820925976,
            "stop": 820926003
        },
        {
            "start": 820926006,
            "stop": 820926031
        },
        {
            "start": 820926034,
            "stop": 820926095
        },
        {
            "start": 820926098,
            "stop": 820926139
        }
    ]
}