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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3792",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3793,
    "results": [
        {
            "start": 873210258,
            "stop": 873210522
        },
        {
            "start": 873210523,
            "stop": 873210526
        },
        {
            "start": 873210528,
            "stop": 873210583
        },
        {
            "start": 873210586,
            "stop": 873210587
        },
        {
            "start": 873210588,
            "stop": 873210594
        },
        {
            "start": 873210595,
            "stop": 873210619
        },
        {
            "start": 873210620,
            "stop": 873210801
        },
        {
            "start": 873210804,
            "stop": 873210997
        },
        {
            "start": 873211000,
            "stop": 873211080
        },
        {
            "start": 873211083,
            "stop": 873211089
        },
        {
            "start": 873211092,
            "stop": 873211127
        },
        {
            "start": 873211132,
            "stop": 873211139
        },
        {
            "start": 873211142,
            "stop": 873211161
        },
        {
            "start": 873211164,
            "stop": 873211178
        },
        {
            "start": 873211185,
            "stop": 873211186
        },
        {
            "start": 873211459,
            "stop": 873211523
        },
        {
            "start": 873211524,
            "stop": 873211529
        },
        {
            "start": 873211530,
            "stop": 873211584
        },
        {
            "start": 873211585,
            "stop": 873211645
        },
        {
            "start": 873211646,
            "stop": 873211659
        }
    ]
}