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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4583",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4581",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4582,
    "results": [
        {
            "start": 969039749,
            "stop": 969041378
        },
        {
            "start": 969041438,
            "stop": 969042158
        },
        {
            "start": 969042218,
            "stop": 969042338
        },
        {
            "start": 969042398,
            "stop": 969042518
        },
        {
            "start": 969042578,
            "stop": 969042638
        },
        {
            "start": 969042758,
            "stop": 969042818
        },
        {
            "start": 969042878,
            "stop": 969045145
        },
        {
            "start": 969049058,
            "stop": 969049118
        },
        {
            "start": 969049178,
            "stop": 969049238
        },
        {
            "start": 969049298,
            "stop": 969049351
        },
        {
            "start": 969053738,
            "stop": 969053776
        },
        {
            "start": 969053797,
            "stop": 969053858
        },
        {
            "start": 969053918,
            "stop": 969054578
        },
        {
            "start": 969054638,
            "stop": 969055014
        },
        {
            "start": 969055035,
            "stop": 969055064
        },
        {
            "start": 969055085,
            "stop": 969057398
        },
        {
            "start": 969057849,
            "stop": 969058036
        },
        {
            "start": 969062862,
            "stop": 969062943
        },
        {
            "start": 969062961,
            "stop": 969063218
        },
        {
            "start": 969063221,
            "stop": 969063242
        }
    ]
}