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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=125",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 126,
    "results": [
        {
            "start": 816766941,
            "stop": 816766951
        },
        {
            "start": 816766955,
            "stop": 816766959
        },
        {
            "start": 816766963,
            "stop": 816766995
        },
        {
            "start": 816766998,
            "stop": 816767003
        },
        {
            "start": 816767007,
            "stop": 816767009
        },
        {
            "start": 816767015,
            "stop": 816767017
        },
        {
            "start": 816767022,
            "stop": 816767024
        },
        {
            "start": 816767028,
            "stop": 816767029
        },
        {
            "start": 816767033,
            "stop": 816767043
        },
        {
            "start": 816767047,
            "stop": 816767148
        },
        {
            "start": 816767152,
            "stop": 816767199
        },
        {
            "start": 816767204,
            "stop": 816767212
        },
        {
            "start": 816767221,
            "stop": 816767228
        },
        {
            "start": 816767232,
            "stop": 816767241
        },
        {
            "start": 816767247,
            "stop": 816767249
        },
        {
            "start": 816767254,
            "stop": 816767257
        },
        {
            "start": 816767260,
            "stop": 816767426
        },
        {
            "start": 816767458,
            "stop": 816767473
        },
        {
            "start": 816767479,
            "stop": 816767645
        },
        {
            "start": 816767650,
            "stop": 816767652
        }
    ]
}