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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=3",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 4,
    "results": [
        {
            "start": 815267790,
            "stop": 815268930
        },
        {
            "start": 815268990,
            "stop": 815270970
        },
        {
            "start": 815271030,
            "stop": 815271379
        },
        {
            "start": 815298136,
            "stop": 815298210
        },
        {
            "start": 815299650,
            "stop": 815299710
        },
        {
            "start": 815299890,
            "stop": 815299891
        },
        {
            "start": 815300730,
            "stop": 815300790
        },
        {
            "start": 815300850,
            "stop": 815300910
        },
        {
            "start": 815301090,
            "stop": 815301330
        },
        {
            "start": 815301450,
            "stop": 815301630
        },
        {
            "start": 815301750,
            "stop": 815302890
        },
        {
            "start": 815302950,
            "stop": 815303250
        },
        {
            "start": 815303370,
            "stop": 815303490
        },
        {
            "start": 815303550,
            "stop": 815303610
        },
        {
            "start": 815304150,
            "stop": 815304330
        },
        {
            "start": 815304390,
            "stop": 815304450
        },
        {
            "start": 815304510,
            "stop": 815304630
        },
        {
            "start": 815304750,
            "stop": 815304780
        },
        {
            "start": 815306225,
            "stop": 815306269
        },
        {
            "start": 815306272,
            "stop": 815306385
        }
    ]
}