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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=68",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 69,
    "results": [
        {
            "start": 1262704659,
            "stop": 1262704674
        },
        {
            "start": 1262704678,
            "stop": 1262704683
        },
        {
            "start": 1262704686,
            "stop": 1262704714
        },
        {
            "start": 1262704716,
            "stop": 1262704745
        },
        {
            "start": 1262704749,
            "stop": 1262704884
        },
        {
            "start": 1262704886,
            "stop": 1262704922
        },
        {
            "start": 1262704926,
            "stop": 1262705033
        },
        {
            "start": 1262705037,
            "stop": 1262705061
        },
        {
            "start": 1262705065,
            "stop": 1262705121
        },
        {
            "start": 1262705124,
            "stop": 1262705158
        },
        {
            "start": 1262705162,
            "stop": 1262705170
        },
        {
            "start": 1262705171,
            "stop": 1262705189
        },
        {
            "start": 1262705192,
            "stop": 1262705226
        },
        {
            "start": 1262705228,
            "stop": 1262705230
        },
        {
            "start": 1262705232,
            "stop": 1262705246
        },
        {
            "start": 1262705250,
            "stop": 1262705264
        },
        {
            "start": 1262705267,
            "stop": 1262705278
        },
        {
            "start": 1262705279,
            "stop": 1262705280
        },
        {
            "start": 1262705282,
            "stop": 1262705299
        },
        {
            "start": 1262705301,
            "stop": 1262705378
        }
    ]
}