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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=56",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 57,
    "results": [
        {
            "start": 831873460,
            "stop": 831911448
        },
        {
            "start": 831913030,
            "stop": 831923487
        },
        {
            "start": 831931179,
            "stop": 831934043
        },
        {
            "start": 831937050,
            "stop": 831938840
        },
        {
            "start": 831940387,
            "stop": 831944022
        },
        {
            "start": 831944523,
            "stop": 831962852
        },
        {
            "start": 831962950,
            "stop": 831982732
        },
        {
            "start": 831985270,
            "stop": 832001420
        },
        {
            "start": 832005076,
            "stop": 832008900
        },
        {
            "start": 832011322,
            "stop": 832012687
        },
        {
            "start": 832014671,
            "stop": 832017724
        },
        {
            "start": 832018393,
            "stop": 832019064
        },
        {
            "start": 832021111,
            "stop": 832029222
        },
        {
            "start": 832031460,
            "stop": 832031810
        },
        {
            "start": 832033346,
            "stop": 832037647
        },
        {
            "start": 832043200,
            "stop": 832043726
        },
        {
            "start": 832049050,
            "stop": 832049761
        },
        {
            "start": 832051213,
            "stop": 832052305
        },
        {
            "start": 832053193,
            "stop": 832054199
        },
        {
            "start": 832055642,
            "stop": 832072758
        }
    ]
}