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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=81",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 82,
    "results": [
        {
            "start": 816602203,
            "stop": 816602210
        },
        {
            "start": 816602218,
            "stop": 816602261
        },
        {
            "start": 816602275,
            "stop": 816602319
        },
        {
            "start": 816602342,
            "stop": 816602569
        },
        {
            "start": 816602577,
            "stop": 816602583
        },
        {
            "start": 816602590,
            "stop": 816602628
        },
        {
            "start": 816602636,
            "stop": 816602668
        },
        {
            "start": 816602678,
            "stop": 816602733
        },
        {
            "start": 816602743,
            "stop": 816602839
        },
        {
            "start": 816602846,
            "stop": 816602877
        },
        {
            "start": 816602884,
            "stop": 816602955
        },
        {
            "start": 816602962,
            "stop": 816603049
        },
        {
            "start": 816603056,
            "stop": 816603093
        },
        {
            "start": 816603106,
            "stop": 816603170
        },
        {
            "start": 816603178,
            "stop": 816603224
        },
        {
            "start": 816603244,
            "stop": 816603450
        },
        {
            "start": 816603469,
            "stop": 816603788
        },
        {
            "start": 816603796,
            "stop": 816603960
        },
        {
            "start": 816603967,
            "stop": 816604086
        },
        {
            "start": 816604097,
            "stop": 816604217
        }
    ]
}