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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10195",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10196,
    "results": [
        {
            "start": 873910630,
            "stop": 873910883
        },
        {
            "start": 873910979,
            "stop": 873911051
        },
        {
            "start": 873911346,
            "stop": 873911385
        },
        {
            "start": 873911556,
            "stop": 873911613
        },
        {
            "start": 873911914,
            "stop": 873911953
        },
        {
            "start": 873912126,
            "stop": 873912130
        },
        {
            "start": 873912209,
            "stop": 873912238
        },
        {
            "start": 873939716,
            "stop": 873939987
        },
        {
            "start": 873940023,
            "stop": 873940461
        },
        {
            "start": 873940478,
            "stop": 873940604
        },
        {
            "start": 873940612,
            "stop": 873941883
        },
        {
            "start": 873941923,
            "stop": 873942417
        },
        {
            "start": 873942424,
            "stop": 873942446
        },
        {
            "start": 873942482,
            "stop": 873942899
        },
        {
            "start": 873942935,
            "stop": 873943109
        },
        {
            "start": 873943148,
            "stop": 873943156
        },
        {
            "start": 873943202,
            "stop": 873943681
        },
        {
            "start": 873943941,
            "stop": 873944118
        },
        {
            "start": 873944208,
            "stop": 873944231
        },
        {
            "start": 873944275,
            "stop": 873944355
        }
    ]
}