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=4813
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=4814",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4812",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4813,
    "results": [
        {
            "start": 970957984,
            "stop": 970958365
        },
        {
            "start": 970958368,
            "stop": 970958798
        },
        {
            "start": 970958802,
            "stop": 970958807
        },
        {
            "start": 970958810,
            "stop": 970958819
        },
        {
            "start": 970958822,
            "stop": 970959196
        },
        {
            "start": 970959199,
            "stop": 970959360
        },
        {
            "start": 970959363,
            "stop": 970959462
        },
        {
            "start": 970959465,
            "stop": 970959678
        },
        {
            "start": 970959683,
            "stop": 970959757
        },
        {
            "start": 970959761,
            "stop": 970959837
        },
        {
            "start": 970959869,
            "stop": 970959903
        },
        {
            "start": 970959906,
            "stop": 970959954
        },
        {
            "start": 970959958,
            "stop": 970959966
        },
        {
            "start": 970959969,
            "stop": 970960043
        },
        {
            "start": 970960046,
            "stop": 970960051
        },
        {
            "start": 970960072,
            "stop": 970960082
        },
        {
            "start": 970960085,
            "stop": 970960094
        },
        {
            "start": 970960097,
            "stop": 970960190
        },
        {
            "start": 970960193,
            "stop": 970960233
        },
        {
            "start": 970960236,
            "stop": 970960238
        }
    ]
}