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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=23",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 24,
    "results": [
        {
            "start": 816274737,
            "stop": 816274748
        },
        {
            "start": 816274771,
            "stop": 816274772
        },
        {
            "start": 816274779,
            "stop": 816274781
        },
        {
            "start": 816274823,
            "stop": 816274865
        },
        {
            "start": 816274868,
            "stop": 816274869
        },
        {
            "start": 816274883,
            "stop": 816274889
        },
        {
            "start": 816274906,
            "stop": 816274925
        },
        {
            "start": 816274988,
            "stop": 816274992
        },
        {
            "start": 816274996,
            "stop": 816275010
        },
        {
            "start": 816275013,
            "stop": 816275015
        },
        {
            "start": 816275019,
            "stop": 816275023
        },
        {
            "start": 816275031,
            "stop": 816275034
        },
        {
            "start": 816275044,
            "stop": 816275048
        },
        {
            "start": 816275060,
            "stop": 816275066
        },
        {
            "start": 816275074,
            "stop": 816275077
        },
        {
            "start": 816275083,
            "stop": 816275106
        },
        {
            "start": 816275111,
            "stop": 816275113
        },
        {
            "start": 816275120,
            "stop": 816275168
        },
        {
            "start": 816275179,
            "stop": 816275260
        },
        {
            "start": 816275266,
            "stop": 816275270
        }
    ]
}