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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=104",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 105,
    "results": [
        {
            "start": 816691697,
            "stop": 816691846
        },
        {
            "start": 816691853,
            "stop": 816692053
        },
        {
            "start": 816692057,
            "stop": 816692132
        },
        {
            "start": 816692140,
            "stop": 816692205
        },
        {
            "start": 816692213,
            "stop": 816692218
        },
        {
            "start": 816692223,
            "stop": 816692271
        },
        {
            "start": 816692274,
            "stop": 816692275
        },
        {
            "start": 816692279,
            "stop": 816692341
        },
        {
            "start": 816692345,
            "stop": 816692347
        },
        {
            "start": 816692354,
            "stop": 816692412
        },
        {
            "start": 816692417,
            "stop": 816692420
        },
        {
            "start": 816692449,
            "stop": 816692541
        },
        {
            "start": 816692546,
            "stop": 816692579
        },
        {
            "start": 816692583,
            "stop": 816692584
        },
        {
            "start": 816692590,
            "stop": 816692595
        },
        {
            "start": 816692599,
            "stop": 816692666
        },
        {
            "start": 816692669,
            "stop": 816692752
        },
        {
            "start": 816692781,
            "stop": 816692849
        },
        {
            "start": 816692853,
            "stop": 816692874
        },
        {
            "start": 816692903,
            "stop": 816692972
        }
    ]
}