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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=76",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 77,
    "results": [
        {
            "start": 822951076,
            "stop": 822951087
        },
        {
            "start": 822951204,
            "stop": 822951220
        },
        {
            "start": 822953424,
            "stop": 822954027
        },
        {
            "start": 822954227,
            "stop": 822954620
        },
        {
            "start": 822954628,
            "stop": 822956879
        },
        {
            "start": 822956963,
            "stop": 822957317
        },
        {
            "start": 822957395,
            "stop": 822962223
        },
        {
            "start": 822962332,
            "stop": 822964590
        },
        {
            "start": 822964710,
            "stop": 822964830
        },
        {
            "start": 822964890,
            "stop": 822966450
        },
        {
            "start": 822966510,
            "stop": 822966527
        },
        {
            "start": 822968760,
            "stop": 822969210
        },
        {
            "start": 822969270,
            "stop": 822970290
        },
        {
            "start": 822970410,
            "stop": 822970710
        },
        {
            "start": 822970890,
            "stop": 822970948
        },
        {
            "start": 822971802,
            "stop": 822973347
        },
        {
            "start": 822973647,
            "stop": 822974928
        },
        {
            "start": 822975063,
            "stop": 822975250
        },
        {
            "start": 822975255,
            "stop": 822977383
        },
        {
            "start": 822977557,
            "stop": 822985433
        }
    ]
}