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=5120
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=5121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5119",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5120,
    "results": [
        {
            "start": 874683722,
            "stop": 874683727
        },
        {
            "start": 874683738,
            "stop": 874683746
        },
        {
            "start": 874683754,
            "stop": 874683793
        },
        {
            "start": 874683800,
            "stop": 874683807
        },
        {
            "start": 874683814,
            "stop": 874683821
        },
        {
            "start": 874683828,
            "stop": 874683842
        },
        {
            "start": 874683849,
            "stop": 874683851
        },
        {
            "start": 874683867,
            "stop": 874683909
        },
        {
            "start": 874683916,
            "stop": 874683928
        },
        {
            "start": 874683935,
            "stop": 874683960
        },
        {
            "start": 874683967,
            "stop": 874684013
        },
        {
            "start": 874684025,
            "stop": 874684046
        },
        {
            "start": 874684053,
            "stop": 874684111
        },
        {
            "start": 874684118,
            "stop": 874684130
        },
        {
            "start": 874684137,
            "stop": 874684181
        },
        {
            "start": 874684188,
            "stop": 874684191
        },
        {
            "start": 874684198,
            "stop": 874684207
        },
        {
            "start": 874684214,
            "stop": 874684225
        },
        {
            "start": 874684232,
            "stop": 874684255
        },
        {
            "start": 874684264,
            "stop": 874684278
        }
    ]
}