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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9985",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9986,
    "results": [
        {
            "start": 872115844,
            "stop": 872115928
        },
        {
            "start": 872115945,
            "stop": 872115978
        },
        {
            "start": 872116098,
            "stop": 872116901
        },
        {
            "start": 872116937,
            "stop": 872118060
        },
        {
            "start": 872118120,
            "stop": 872120831
        },
        {
            "start": 872120868,
            "stop": 872122054
        },
        {
            "start": 872122174,
            "stop": 872123397
        },
        {
            "start": 872123437,
            "stop": 872124536
        },
        {
            "start": 872124581,
            "stop": 872125353
        },
        {
            "start": 872125370,
            "stop": 872127764
        },
        {
            "start": 872127781,
            "stop": 872130251
        },
        {
            "start": 872130268,
            "stop": 872131400
        },
        {
            "start": 872131440,
            "stop": 872132593
        },
        {
            "start": 872132610,
            "stop": 872134230
        },
        {
            "start": 872134268,
            "stop": 872134280
        },
        {
            "start": 872134321,
            "stop": 872134379
        },
        {
            "start": 872134472,
            "stop": 872134485
        },
        {
            "start": 872134667,
            "stop": 872134677
        },
        {
            "start": 872134769,
            "stop": 872134789
        },
        {
            "start": 872134875,
            "stop": 872134892
        }
    ]
}