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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=274",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 275,
    "results": [
        {
            "start": 821547013,
            "stop": 821547139
        },
        {
            "start": 821547147,
            "stop": 821547327
        },
        {
            "start": 821547334,
            "stop": 821547445
        },
        {
            "start": 821547453,
            "stop": 821547470
        },
        {
            "start": 821547478,
            "stop": 821547673
        },
        {
            "start": 821547681,
            "stop": 821547743
        },
        {
            "start": 821547750,
            "stop": 821548194
        },
        {
            "start": 821548201,
            "stop": 821548272
        },
        {
            "start": 821548279,
            "stop": 821548513
        },
        {
            "start": 821548520,
            "stop": 821548693
        },
        {
            "start": 821563270,
            "stop": 821563311
        },
        {
            "start": 821563318,
            "stop": 821563476
        },
        {
            "start": 821563484,
            "stop": 821563551
        },
        {
            "start": 821563558,
            "stop": 821563693
        },
        {
            "start": 821563700,
            "stop": 821563806
        },
        {
            "start": 821563819,
            "stop": 821563850
        },
        {
            "start": 821563857,
            "stop": 821563942
        },
        {
            "start": 821563949,
            "stop": 821564009
        },
        {
            "start": 821564016,
            "stop": 821564065
        },
        {
            "start": 821564079,
            "stop": 821564083
        }
    ]
}