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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5251",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5252,
    "results": [
        {
            "start": 970202463,
            "stop": 970202524
        },
        {
            "start": 970202527,
            "stop": 970202747
        },
        {
            "start": 970202750,
            "stop": 970202781
        },
        {
            "start": 970202784,
            "stop": 970203039
        },
        {
            "start": 970203042,
            "stop": 970203244
        },
        {
            "start": 970203247,
            "stop": 970203279
        },
        {
            "start": 970203282,
            "stop": 970203553
        },
        {
            "start": 970203556,
            "stop": 970203756
        },
        {
            "start": 970203759,
            "stop": 970203912
        },
        {
            "start": 970203915,
            "stop": 970204396
        },
        {
            "start": 970204399,
            "stop": 970204541
        },
        {
            "start": 970204544,
            "stop": 970204815
        },
        {
            "start": 970204818,
            "stop": 970204881
        },
        {
            "start": 970204884,
            "stop": 970205450
        },
        {
            "start": 970205453,
            "stop": 970205567
        },
        {
            "start": 970205570,
            "stop": 970205676
        },
        {
            "start": 970205679,
            "stop": 970206391
        },
        {
            "start": 970206394,
            "stop": 970206471
        },
        {
            "start": 970206474,
            "stop": 970206598
        },
        {
            "start": 970206601,
            "stop": 970206610
        }
    ]
}