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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5227",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5228,
    "results": [
        {
            "start": 970002986,
            "stop": 970002987
        },
        {
            "start": 970002990,
            "stop": 970003030
        },
        {
            "start": 970003033,
            "stop": 970003036
        },
        {
            "start": 970003039,
            "stop": 970003118
        },
        {
            "start": 970004198,
            "stop": 970004475
        },
        {
            "start": 970004478,
            "stop": 970004501
        },
        {
            "start": 970004504,
            "stop": 970004678
        },
        {
            "start": 970004681,
            "stop": 970004748
        },
        {
            "start": 970004751,
            "stop": 970004754
        },
        {
            "start": 970004757,
            "stop": 970005174
        },
        {
            "start": 970005179,
            "stop": 970005200
        },
        {
            "start": 970005205,
            "stop": 970005231
        },
        {
            "start": 970005235,
            "stop": 970005297
        },
        {
            "start": 970005300,
            "stop": 970005366
        },
        {
            "start": 970005369,
            "stop": 970005815
        },
        {
            "start": 970005818,
            "stop": 970005829
        },
        {
            "start": 970005832,
            "stop": 970005870
        },
        {
            "start": 970005873,
            "stop": 970006022
        },
        {
            "start": 970006025,
            "stop": 970006292
        },
        {
            "start": 970006295,
            "stop": 970006364
        }
    ]
}