Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=197
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=196",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 197,
    "results": [
        {
            "start": 820192503,
            "stop": 820192505
        },
        {
            "start": 820192508,
            "stop": 820192658
        },
        {
            "start": 820192661,
            "stop": 820192708
        },
        {
            "start": 820192712,
            "stop": 820192797
        },
        {
            "start": 820192801,
            "stop": 820192938
        },
        {
            "start": 820192942,
            "stop": 820192997
        },
        {
            "start": 820193000,
            "stop": 820193010
        },
        {
            "start": 820193013,
            "stop": 820193078
        },
        {
            "start": 820193082,
            "stop": 820193132
        },
        {
            "start": 820193137,
            "stop": 820193152
        },
        {
            "start": 820193156,
            "stop": 820193159
        },
        {
            "start": 820193163,
            "stop": 820193184
        },
        {
            "start": 820193187,
            "stop": 820193203
        },
        {
            "start": 820193207,
            "stop": 820193239
        },
        {
            "start": 820193242,
            "stop": 820193245
        },
        {
            "start": 820193248,
            "stop": 820193271
        },
        {
            "start": 820193274,
            "stop": 820193359
        },
        {
            "start": 820193363,
            "stop": 820193438
        },
        {
            "start": 820193441,
            "stop": 820193456
        },
        {
            "start": 820193459,
            "stop": 820193477
        }
    ]
}