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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=35",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 36,
    "results": [
        {
            "start": 815800187,
            "stop": 815800819
        },
        {
            "start": 815800822,
            "stop": 815800826
        },
        {
            "start": 815800829,
            "stop": 815801146
        },
        {
            "start": 815801149,
            "stop": 815801359
        },
        {
            "start": 815801362,
            "stop": 815801701
        },
        {
            "start": 815801704,
            "stop": 815801707
        },
        {
            "start": 815801711,
            "stop": 815802099
        },
        {
            "start": 815802102,
            "stop": 815802598
        },
        {
            "start": 815802601,
            "stop": 815803375
        },
        {
            "start": 815803379,
            "stop": 815804373
        },
        {
            "start": 815804376,
            "stop": 815805075
        },
        {
            "start": 815805078,
            "stop": 815805696
        },
        {
            "start": 815805728,
            "stop": 815805743
        },
        {
            "start": 815805746,
            "stop": 815805750
        },
        {
            "start": 815805810,
            "stop": 815805860
        },
        {
            "start": 815805864,
            "stop": 815805889
        },
        {
            "start": 815805893,
            "stop": 815805959
        },
        {
            "start": 815805962,
            "stop": 815805963
        },
        {
            "start": 815805966,
            "stop": 815806535
        },
        {
            "start": 815806538,
            "stop": 815807412
        }
    ]
}