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/H1_CBCLOW_CAT4/segments?format=api&page=8704
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8705",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8703",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8704,
    "results": [
        {
            "start": 872263160,
            "stop": 872266085
        },
        {
            "start": 872266102,
            "stop": 872266370
        },
        {
            "start": 872266450,
            "stop": 872266751
        },
        {
            "start": 872266768,
            "stop": 872267090
        },
        {
            "start": 872267170,
            "stop": 872267699
        },
        {
            "start": 872267819,
            "stop": 872267895
        },
        {
            "start": 872267931,
            "stop": 872268703
        },
        {
            "start": 872268707,
            "stop": 872268979
        },
        {
            "start": 872268996,
            "stop": 872269499
        },
        {
            "start": 872269516,
            "stop": 872269557
        },
        {
            "start": 872269593,
            "stop": 872269880
        },
        {
            "start": 872270000,
            "stop": 872271167
        },
        {
            "start": 872271413,
            "stop": 872272020
        },
        {
            "start": 872272080,
            "stop": 872272260
        },
        {
            "start": 872272980,
            "stop": 872273137
        },
        {
            "start": 872273700,
            "stop": 872273760
        },
        {
            "start": 872273820,
            "stop": 872273940
        },
        {
            "start": 872274120,
            "stop": 872274770
        },
        {
            "start": 872274850,
            "stop": 872275790
        },
        {
            "start": 872275870,
            "stop": 872275936
        }
    ]
}