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=4632
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=4633",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4631",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4632,
    "results": [
        {
            "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
        },
        {
            "start": 969454538,
            "stop": 969454598
        },
        {
            "start": 969454658,
            "stop": 969454708
        },
        {
            "start": 969454712,
            "stop": 969454755
        },
        {
            "start": 969454759,
            "stop": 969454777
        },
        {
            "start": 969454838,
            "stop": 969454873
        },
        {
            "start": 969454876,
            "stop": 969454884
        }
    ]
}