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=5138
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=5139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5137",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5138,
    "results": [
        {
            "start": 969452148,
            "stop": 969452408
        },
        {
            "start": 969452411,
            "stop": 969452682
        },
        {
            "start": 969452685,
            "stop": 969452726
        },
        {
            "start": 969452729,
            "stop": 969452745
        },
        {
            "start": 969452763,
            "stop": 969452799
        },
        {
            "start": 969452808,
            "stop": 969452828
        },
        {
            "start": 969452831,
            "stop": 969453038
        },
        {
            "start": 969453098,
            "stop": 969453158
        },
        {
            "start": 969453218,
            "stop": 969453278
        },
        {
            "start": 969453458,
            "stop": 969453466
        },
        {
            "start": 969453469,
            "stop": 969453480
        },
        {
            "start": 969453483,
            "stop": 969453503
        },
        {
            "start": 969453506,
            "stop": 969453518
        },
        {
            "start": 969453638,
            "stop": 969453670
        },
        {
            "start": 969453673,
            "stop": 969454010
        },
        {
            "start": 969454013,
            "stop": 969454058
        },
        {
            "start": 969454118,
            "stop": 969454143
        },
        {
            "start": 969454146,
            "stop": 969454178
        },
        {
            "start": 969454238,
            "stop": 969454298
        },
        {
            "start": 969454418,
            "stop": 969454478
        }
    ]
}