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=4724
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=4725",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4723",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4724,
    "results": [
        {
            "start": 970032596,
            "stop": 970032601
        },
        {
            "start": 970032604,
            "stop": 970032670
        },
        {
            "start": 970032673,
            "stop": 970032675
        },
        {
            "start": 970032678,
            "stop": 970032764
        },
        {
            "start": 970032767,
            "stop": 970032984
        },
        {
            "start": 970032987,
            "stop": 970033045
        },
        {
            "start": 970033048,
            "stop": 970033089
        },
        {
            "start": 970033092,
            "stop": 970033207
        },
        {
            "start": 970033210,
            "stop": 970033227
        },
        {
            "start": 970033230,
            "stop": 970033321
        },
        {
            "start": 970033324,
            "stop": 970033343
        },
        {
            "start": 970033346,
            "stop": 970033397
        },
        {
            "start": 970033400,
            "stop": 970033571
        },
        {
            "start": 970033574,
            "stop": 970033648
        },
        {
            "start": 970033651,
            "stop": 970033742
        },
        {
            "start": 970033745,
            "stop": 970033787
        },
        {
            "start": 970033790,
            "stop": 970033827
        },
        {
            "start": 970033830,
            "stop": 970033871
        },
        {
            "start": 970033874,
            "stop": 970034046
        },
        {
            "start": 970034049,
            "stop": 970034382
        }
    ]
}