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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=174",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 175,
    "results": [
        {
            "start": 819582251,
            "stop": 819582347
        },
        {
            "start": 819582360,
            "stop": 819582371
        },
        {
            "start": 819582382,
            "stop": 819582675
        },
        {
            "start": 819582683,
            "stop": 819582741
        },
        {
            "start": 819582748,
            "stop": 819583938
        },
        {
            "start": 819583966,
            "stop": 819584111
        },
        {
            "start": 819584118,
            "stop": 819584554
        },
        {
            "start": 819584572,
            "stop": 819593158
        },
        {
            "start": 819593639,
            "stop": 819593747
        },
        {
            "start": 819593758,
            "stop": 819618584
        },
        {
            "start": 819618592,
            "stop": 819618630
        },
        {
            "start": 819619757,
            "stop": 819643531
        },
        {
            "start": 819643542,
            "stop": 819646933
        },
        {
            "start": 819650002,
            "stop": 819664577
        },
        {
            "start": 819664584,
            "stop": 819668010
        },
        {
            "start": 819668250,
            "stop": 819679987
        },
        {
            "start": 819679994,
            "stop": 819686413
        },
        {
            "start": 819686429,
            "stop": 819686430
        },
        {
            "start": 819686481,
            "stop": 819704009
        },
        {
            "start": 819704818,
            "stop": 819720074
        }
    ]
}