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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=268",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 269,
    "results": [
        {
            "start": 1264621035,
            "stop": 1264621036
        },
        {
            "start": 1264621037,
            "stop": 1264621145
        },
        {
            "start": 1264621146,
            "stop": 1264621153
        },
        {
            "start": 1264621155,
            "stop": 1264621157
        },
        {
            "start": 1264621158,
            "stop": 1264621159
        },
        {
            "start": 1264621163,
            "stop": 1264621170
        },
        {
            "start": 1264621172,
            "stop": 1264621178
        },
        {
            "start": 1264621179,
            "stop": 1264621182
        },
        {
            "start": 1264621186,
            "stop": 1264621189
        },
        {
            "start": 1264621195,
            "stop": 1264621253
        },
        {
            "start": 1264621255,
            "stop": 1264622991
        },
        {
            "start": 1264622992,
            "stop": 1264623008
        },
        {
            "start": 1264623009,
            "stop": 1264623046
        },
        {
            "start": 1264623047,
            "stop": 1264623049
        },
        {
            "start": 1264623052,
            "stop": 1264623066
        },
        {
            "start": 1264623067,
            "stop": 1264623088
        },
        {
            "start": 1264623089,
            "stop": 1264623090
        },
        {
            "start": 1264623094,
            "stop": 1264623098
        },
        {
            "start": 1264623099,
            "stop": 1264623100
        },
        {
            "start": 1264623101,
            "stop": 1264623102
        }
    ]
}