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=2193
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=2194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2192",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2193,
    "results": [
        {
            "start": 872518255,
            "stop": 872518260
        },
        {
            "start": 872518277,
            "stop": 872518302
        },
        {
            "start": 872518320,
            "stop": 872518346
        },
        {
            "start": 872518363,
            "stop": 872518472
        },
        {
            "start": 872518489,
            "stop": 872518637
        },
        {
            "start": 872518658,
            "stop": 872518693
        },
        {
            "start": 872518710,
            "stop": 872518726
        },
        {
            "start": 872518746,
            "stop": 872518754
        },
        {
            "start": 872518789,
            "stop": 872518802
        },
        {
            "start": 872518823,
            "stop": 872518856
        },
        {
            "start": 872518876,
            "stop": 872519037
        },
        {
            "start": 872519054,
            "stop": 872519064
        },
        {
            "start": 872519083,
            "stop": 872519231
        },
        {
            "start": 872519252,
            "stop": 872519264
        },
        {
            "start": 872519283,
            "stop": 872519365
        },
        {
            "start": 872519384,
            "stop": 872519464
        },
        {
            "start": 872519481,
            "stop": 872519487
        },
        {
            "start": 872519504,
            "stop": 872519538
        },
        {
            "start": 872521225,
            "stop": 872521238
        },
        {
            "start": 872521262,
            "stop": 872521268
        }
    ]
}