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=10157
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=10158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10156",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10157,
    "results": [
        {
            "start": 873750771,
            "stop": 873750780
        },
        {
            "start": 873751021,
            "stop": 873751080
        },
        {
            "start": 873751200,
            "stop": 873751203
        },
        {
            "start": 873751210,
            "stop": 873751260
        },
        {
            "start": 873751500,
            "stop": 873751619
        },
        {
            "start": 873751680,
            "stop": 873751763
        },
        {
            "start": 873751777,
            "stop": 873751785
        },
        {
            "start": 873751792,
            "stop": 873751860
        },
        {
            "start": 873752040,
            "stop": 873752160
        },
        {
            "start": 873752400,
            "stop": 873752460
        },
        {
            "start": 873753300,
            "stop": 873753333
        },
        {
            "start": 873753340,
            "stop": 873753360
        },
        {
            "start": 873754320,
            "stop": 873754340
        },
        {
            "start": 873754347,
            "stop": 873754378
        },
        {
            "start": 873754800,
            "stop": 873754860
        },
        {
            "start": 873754920,
            "stop": 873754980
        },
        {
            "start": 873755040,
            "stop": 873755110
        },
        {
            "start": 873755117,
            "stop": 873755160
        },
        {
            "start": 873755520,
            "stop": 873755527
        },
        {
            "start": 873755535,
            "stop": 873755566
        }
    ]
}