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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=4",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 5,
    "results": [
        {
            "start": 815244409,
            "stop": 815244931
        },
        {
            "start": 815244935,
            "stop": 815245141
        },
        {
            "start": 815245144,
            "stop": 815247133
        },
        {
            "start": 815247994,
            "stop": 815252520
        },
        {
            "start": 815265560,
            "stop": 815266813
        },
        {
            "start": 815267210,
            "stop": 815271379
        },
        {
            "start": 815298136,
            "stop": 815298247
        },
        {
            "start": 815298251,
            "stop": 815298271
        },
        {
            "start": 815298275,
            "stop": 815298280
        },
        {
            "start": 815298308,
            "stop": 815298310
        },
        {
            "start": 815298318,
            "stop": 815298320
        },
        {
            "start": 815298328,
            "stop": 815298353
        },
        {
            "start": 815298381,
            "stop": 815298387
        },
        {
            "start": 815298420,
            "stop": 815298426
        },
        {
            "start": 815298435,
            "stop": 815298470
        },
        {
            "start": 815298484,
            "stop": 815298504
        },
        {
            "start": 815298527,
            "stop": 815298534
        },
        {
            "start": 815298547,
            "stop": 815298553
        },
        {
            "start": 815298561,
            "stop": 815298591
        },
        {
            "start": 815298615,
            "stop": 815298625
        }
    ]
}