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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2229",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2230,
    "results": [
        {
            "start": 873017358,
            "stop": 873017884
        },
        {
            "start": 873017903,
            "stop": 873018277
        },
        {
            "start": 873018303,
            "stop": 873018304
        },
        {
            "start": 873018333,
            "stop": 873019344
        },
        {
            "start": 873019367,
            "stop": 873019379
        },
        {
            "start": 873019398,
            "stop": 873019585
        },
        {
            "start": 873019608,
            "stop": 873020453
        },
        {
            "start": 873020474,
            "stop": 873027956
        },
        {
            "start": 873027973,
            "stop": 873027976
        },
        {
            "start": 873027993,
            "stop": 873028086
        },
        {
            "start": 873028341,
            "stop": 873029246
        },
        {
            "start": 873029277,
            "stop": 873029278
        },
        {
            "start": 873029298,
            "stop": 873030561
        },
        {
            "start": 873030752,
            "stop": 873032220
        },
        {
            "start": 873032280,
            "stop": 873032282
        },
        {
            "start": 873032300,
            "stop": 873033148
        },
        {
            "start": 873033165,
            "stop": 873033228
        },
        {
            "start": 873034455,
            "stop": 873034549
        },
        {
            "start": 873034566,
            "stop": 873034606
        },
        {
            "start": 873034632,
            "stop": 873034646
        }
    ]
}