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=4796
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=4797",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4795",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4796,
    "results": [
        {
            "start": 970683493,
            "stop": 970683558
        },
        {
            "start": 970683561,
            "stop": 970683779
        },
        {
            "start": 970683812,
            "stop": 970683815
        },
        {
            "start": 970683851,
            "stop": 970683903
        },
        {
            "start": 970695724,
            "stop": 970696058
        },
        {
            "start": 970696061,
            "stop": 970696121
        },
        {
            "start": 970696124,
            "stop": 970696135
        },
        {
            "start": 970696138,
            "stop": 970696207
        },
        {
            "start": 970696228,
            "stop": 970696377
        },
        {
            "start": 970696380,
            "stop": 970698288
        },
        {
            "start": 970698291,
            "stop": 970699020
        },
        {
            "start": 970699023,
            "stop": 970699147
        },
        {
            "start": 970699150,
            "stop": 970699159
        },
        {
            "start": 970699162,
            "stop": 970699188
        },
        {
            "start": 970699191,
            "stop": 970699252
        },
        {
            "start": 970699255,
            "stop": 970699279
        },
        {
            "start": 970699282,
            "stop": 970699386
        },
        {
            "start": 970699389,
            "stop": 970699727
        },
        {
            "start": 970699748,
            "stop": 970699811
        },
        {
            "start": 970699814,
            "stop": 970700049
        }
    ]
}