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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2247",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2248,
    "results": [
        {
            "start": 873229681,
            "stop": 873229858
        },
        {
            "start": 873229875,
            "stop": 873229999
        },
        {
            "start": 873230005,
            "stop": 873230123
        },
        {
            "start": 873230140,
            "stop": 873230781
        },
        {
            "start": 873231863,
            "stop": 873232068
        },
        {
            "start": 873232085,
            "stop": 873232093
        },
        {
            "start": 873232122,
            "stop": 873232158
        },
        {
            "start": 873232175,
            "stop": 873233836
        },
        {
            "start": 873233855,
            "stop": 873233861
        },
        {
            "start": 873233880,
            "stop": 873234327
        },
        {
            "start": 873234347,
            "stop": 873234723
        },
        {
            "start": 873234747,
            "stop": 873234822
        },
        {
            "start": 873234843,
            "stop": 873235085
        },
        {
            "start": 873235103,
            "stop": 873235244
        },
        {
            "start": 873235263,
            "stop": 873235987
        },
        {
            "start": 873236006,
            "stop": 873236097
        },
        {
            "start": 873236103,
            "stop": 873242732
        },
        {
            "start": 873242738,
            "stop": 873243001
        },
        {
            "start": 873243007,
            "stop": 873243572
        },
        {
            "start": 873243577,
            "stop": 873243704
        }
    ]
}