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=2263
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=2264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2262",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2263,
    "results": [
        {
            "start": 873444874,
            "stop": 873445341
        },
        {
            "start": 873445360,
            "stop": 873445386
        },
        {
            "start": 873445417,
            "stop": 873445486
        },
        {
            "start": 873445523,
            "stop": 873445527
        },
        {
            "start": 873445564,
            "stop": 873446545
        },
        {
            "start": 873446562,
            "stop": 873446577
        },
        {
            "start": 873446613,
            "stop": 873446674
        },
        {
            "start": 873448661,
            "stop": 873449007
        },
        {
            "start": 873449046,
            "stop": 873449272
        },
        {
            "start": 873449294,
            "stop": 873449663
        },
        {
            "start": 873449689,
            "stop": 873449734
        },
        {
            "start": 873449753,
            "stop": 873450641
        },
        {
            "start": 873450665,
            "stop": 873450986
        },
        {
            "start": 873451005,
            "stop": 873452468
        },
        {
            "start": 873452487,
            "stop": 873452546
        },
        {
            "start": 873452567,
            "stop": 873453073
        },
        {
            "start": 873453091,
            "stop": 873453310
        },
        {
            "start": 873453329,
            "stop": 873456167
        },
        {
            "start": 873456186,
            "stop": 873456270
        },
        {
            "start": 873456289,
            "stop": 873456497
        }
    ]
}