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=2190
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=2191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2189",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2190,
    "results": [
        {
            "start": 872498412,
            "stop": 872498521
        },
        {
            "start": 872498540,
            "stop": 872501031
        },
        {
            "start": 872501050,
            "stop": 872501176
        },
        {
            "start": 872501196,
            "stop": 872501201
        },
        {
            "start": 872501222,
            "stop": 872501700
        },
        {
            "start": 872501719,
            "stop": 872501953
        },
        {
            "start": 872501998,
            "stop": 872502028
        },
        {
            "start": 872502047,
            "stop": 872502168
        },
        {
            "start": 872502199,
            "stop": 872502231
        },
        {
            "start": 872502252,
            "stop": 872502263
        },
        {
            "start": 872502284,
            "stop": 872502570
        },
        {
            "start": 872502604,
            "stop": 872502792
        },
        {
            "start": 872502811,
            "stop": 872503184
        },
        {
            "start": 872503203,
            "stop": 872504464
        },
        {
            "start": 872504483,
            "stop": 872504781
        },
        {
            "start": 872504812,
            "stop": 872504826
        },
        {
            "start": 872504859,
            "stop": 872506223
        },
        {
            "start": 872506243,
            "stop": 872508448
        },
        {
            "start": 872508467,
            "stop": 872508745
        },
        {
            "start": 872508764,
            "stop": 872509020
        }
    ]
}