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=10036
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=10037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10035",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10036,
    "results": [
        {
            "start": 872557238,
            "stop": 872557385
        },
        {
            "start": 872557421,
            "stop": 872557496
        },
        {
            "start": 872557532,
            "stop": 872558055
        },
        {
            "start": 872558100,
            "stop": 872558203
        },
        {
            "start": 872558239,
            "stop": 872558500
        },
        {
            "start": 872558536,
            "stop": 872558550
        },
        {
            "start": 872558567,
            "stop": 872559540
        },
        {
            "start": 872559557,
            "stop": 872560998
        },
        {
            "start": 872561015,
            "stop": 872561151
        },
        {
            "start": 872561187,
            "stop": 872561698
        },
        {
            "start": 872561739,
            "stop": 872561836
        },
        {
            "start": 872561884,
            "stop": 872561927
        },
        {
            "start": 872561963,
            "stop": 872562399
        },
        {
            "start": 872562459,
            "stop": 872562736
        },
        {
            "start": 872562873,
            "stop": 872562922
        },
        {
            "start": 872563006,
            "stop": 872563012
        },
        {
            "start": 872563048,
            "stop": 872563160
        },
        {
            "start": 872563196,
            "stop": 872563249
        },
        {
            "start": 872563303,
            "stop": 872563457
        },
        {
            "start": 872563559,
            "stop": 872563686
        }
    ]
}