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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9070",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9071,
    "results": [
        {
            "start": 874519316,
            "stop": 874519350
        },
        {
            "start": 874521900,
            "stop": 874525055
        },
        {
            "start": 874525074,
            "stop": 874528404
        },
        {
            "start": 874528425,
            "stop": 874528636
        },
        {
            "start": 874528653,
            "stop": 874530956
        },
        {
            "start": 874530973,
            "stop": 874532774
        },
        {
            "start": 874532791,
            "stop": 874534060
        },
        {
            "start": 874534079,
            "stop": 874534641
        },
        {
            "start": 874534669,
            "stop": 874535383
        },
        {
            "start": 874535402,
            "stop": 874536361
        },
        {
            "start": 874536378,
            "stop": 874536758
        },
        {
            "start": 874536775,
            "stop": 874538731
        },
        {
            "start": 874538750,
            "stop": 874539518
        },
        {
            "start": 874539537,
            "stop": 874539778
        },
        {
            "start": 874539797,
            "stop": 874540062
        },
        {
            "start": 874540081,
            "stop": 874541099
        },
        {
            "start": 874541118,
            "stop": 874541184
        },
        {
            "start": 874541280,
            "stop": 874542215
        },
        {
            "start": 874542234,
            "stop": 874544087
        },
        {
            "start": 874544106,
            "stop": 874544119
        }
    ]
}