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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=345",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 346,
    "results": [
        {
            "start": 824027641,
            "stop": 824027642
        },
        {
            "start": 824028051,
            "stop": 824028085
        },
        {
            "start": 824028102,
            "stop": 824028129
        },
        {
            "start": 824028134,
            "stop": 824028157
        },
        {
            "start": 824028163,
            "stop": 824028267
        },
        {
            "start": 824028272,
            "stop": 824028279
        },
        {
            "start": 824028284,
            "stop": 824040062
        },
        {
            "start": 824041147,
            "stop": 824043464
        },
        {
            "start": 824043469,
            "stop": 824043855
        },
        {
            "start": 824043863,
            "stop": 824043905
        },
        {
            "start": 824043940,
            "stop": 824044834
        },
        {
            "start": 824044839,
            "stop": 824045155
        },
        {
            "start": 824050613,
            "stop": 824053975
        },
        {
            "start": 824053980,
            "stop": 824056069
        },
        {
            "start": 824056074,
            "stop": 824056172
        },
        {
            "start": 824060328,
            "stop": 824060974
        },
        {
            "start": 824060989,
            "stop": 824061012
        },
        {
            "start": 824061017,
            "stop": 824062596
        },
        {
            "start": 824062604,
            "stop": 824062656
        },
        {
            "start": 824062665,
            "stop": 824062925
        }
    ]
}