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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1325",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1323",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1324,
    "results": [
        {
            "start": 963460263,
            "stop": 963463207
        },
        {
            "start": 963463208,
            "stop": 963468425
        },
        {
            "start": 963485876,
            "stop": 963489526
        },
        {
            "start": 963493355,
            "stop": 963493696
        },
        {
            "start": 963493698,
            "stop": 963493918
        },
        {
            "start": 963516338,
            "stop": 963519781
        },
        {
            "start": 963560668,
            "stop": 963560682
        },
        {
            "start": 963560684,
            "stop": 963560766
        },
        {
            "start": 963560767,
            "stop": 963561740
        },
        {
            "start": 963561741,
            "stop": 963562484
        },
        {
            "start": 963562485,
            "stop": 963563309
        },
        {
            "start": 963563311,
            "stop": 963564053
        },
        {
            "start": 963564058,
            "stop": 963564060
        },
        {
            "start": 963564062,
            "stop": 963564063
        },
        {
            "start": 963564067,
            "stop": 963564107
        },
        {
            "start": 963564109,
            "stop": 963564111
        },
        {
            "start": 963564114,
            "stop": 963564586
        },
        {
            "start": 963564588,
            "stop": 963564823
        },
        {
            "start": 963564825,
            "stop": 963564889
        },
        {
            "start": 963564893,
            "stop": 963565131
        }
    ]
}