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=4561
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=4562",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4560",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4561,
    "results": [
        {
            "start": 968806525,
            "stop": 968806692
        },
        {
            "start": 968806695,
            "stop": 968807102
        },
        {
            "start": 968807106,
            "stop": 968808363
        },
        {
            "start": 968808366,
            "stop": 968808670
        },
        {
            "start": 968808673,
            "stop": 968809857
        },
        {
            "start": 968809860,
            "stop": 968810040
        },
        {
            "start": 968810043,
            "stop": 968810325
        },
        {
            "start": 968810328,
            "stop": 968810431
        },
        {
            "start": 968810434,
            "stop": 968811602
        },
        {
            "start": 968811605,
            "stop": 968811761
        },
        {
            "start": 968811764,
            "stop": 968812083
        },
        {
            "start": 968812086,
            "stop": 968812431
        },
        {
            "start": 968812434,
            "stop": 968813080
        },
        {
            "start": 968813083,
            "stop": 968813113
        },
        {
            "start": 968813131,
            "stop": 968813923
        },
        {
            "start": 968813926,
            "stop": 968814126
        },
        {
            "start": 968814129,
            "stop": 968814363
        },
        {
            "start": 968815379,
            "stop": 968815444
        },
        {
            "start": 968815447,
            "stop": 968816404
        },
        {
            "start": 968816407,
            "stop": 968816414
        }
    ]
}