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=10033
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=10034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10032",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10033,
    "results": [
        {
            "start": 872492152,
            "stop": 872493578
        },
        {
            "start": 872493595,
            "stop": 872493662
        },
        {
            "start": 872493699,
            "stop": 872493718
        },
        {
            "start": 872493801,
            "stop": 872495909
        },
        {
            "start": 872495926,
            "stop": 872496030
        },
        {
            "start": 872497895,
            "stop": 872498369
        },
        {
            "start": 872498386,
            "stop": 872498391
        },
        {
            "start": 872498429,
            "stop": 872498521
        },
        {
            "start": 872498557,
            "stop": 872500611
        },
        {
            "start": 872500628,
            "stop": 872501031
        },
        {
            "start": 872501067,
            "stop": 872501176
        },
        {
            "start": 872501239,
            "stop": 872501700
        },
        {
            "start": 872501736,
            "stop": 872501953
        },
        {
            "start": 872502015,
            "stop": 872502028
        },
        {
            "start": 872502064,
            "stop": 872502168
        },
        {
            "start": 872502216,
            "stop": 872502231
        },
        {
            "start": 872502301,
            "stop": 872502570
        },
        {
            "start": 872502621,
            "stop": 872502792
        },
        {
            "start": 872502828,
            "stop": 872503072
        },
        {
            "start": 872503089,
            "stop": 872503184
        }
    ]
}