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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4643",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4641",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4642,
    "results": [
        {
            "start": 969523031,
            "stop": 969523062
        },
        {
            "start": 969523065,
            "stop": 969523104
        },
        {
            "start": 969523107,
            "stop": 969523153
        },
        {
            "start": 969523156,
            "stop": 969523162
        },
        {
            "start": 969523165,
            "stop": 969523224
        },
        {
            "start": 969523227,
            "stop": 969523298
        },
        {
            "start": 969523301,
            "stop": 969523990
        },
        {
            "start": 969523993,
            "stop": 969524350
        },
        {
            "start": 969524353,
            "stop": 969524459
        },
        {
            "start": 969524462,
            "stop": 969524846
        },
        {
            "start": 969524849,
            "stop": 969525072
        },
        {
            "start": 969525075,
            "stop": 969525859
        },
        {
            "start": 969525862,
            "stop": 969526061
        },
        {
            "start": 969526064,
            "stop": 969526469
        },
        {
            "start": 969526472,
            "stop": 969526547
        },
        {
            "start": 969526550,
            "stop": 969526844
        },
        {
            "start": 969526847,
            "stop": 969527068
        },
        {
            "start": 969527071,
            "stop": 969527362
        },
        {
            "start": 969527365,
            "stop": 969527792
        },
        {
            "start": 969527795,
            "stop": 969527907
        }
    ]
}