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_CAT4/segments?format=api&page=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=180",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 181,
    "results": [
        {
            "start": 819724125,
            "stop": 819724232
        },
        {
            "start": 819724235,
            "stop": 819724247
        },
        {
            "start": 819724250,
            "stop": 819724263
        },
        {
            "start": 819724266,
            "stop": 819724339
        },
        {
            "start": 819724342,
            "stop": 819724406
        },
        {
            "start": 819724409,
            "stop": 819724464
        },
        {
            "start": 819724468,
            "stop": 819725000
        },
        {
            "start": 819725004,
            "stop": 819725231
        },
        {
            "start": 819725236,
            "stop": 819725388
        },
        {
            "start": 819725391,
            "stop": 819725394
        },
        {
            "start": 819725398,
            "stop": 819725911
        },
        {
            "start": 819725914,
            "stop": 819725965
        },
        {
            "start": 819725968,
            "stop": 819725996
        },
        {
            "start": 819726000,
            "stop": 819726286
        },
        {
            "start": 819726289,
            "stop": 819726378
        },
        {
            "start": 819726381,
            "stop": 819726489
        },
        {
            "start": 819726492,
            "stop": 819726547
        },
        {
            "start": 819726551,
            "stop": 819726553
        },
        {
            "start": 819726556,
            "stop": 819726645
        },
        {
            "start": 819726648,
            "stop": 819726733
        }
    ]
}