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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=153",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 154,
    "results": [
        {
            "start": 840041157,
            "stop": 840049277
        },
        {
            "start": 840050217,
            "stop": 840052283
        },
        {
            "start": 840052371,
            "stop": 840081736
        },
        {
            "start": 840082940,
            "stop": 840083838
        },
        {
            "start": 840087552,
            "stop": 840176709
        },
        {
            "start": 840176723,
            "stop": 840176730
        },
        {
            "start": 840177620,
            "stop": 840203632
        },
        {
            "start": 840203749,
            "stop": 840206460
        },
        {
            "start": 840207806,
            "stop": 840216097
        },
        {
            "start": 840216101,
            "stop": 840217100
        },
        {
            "start": 840217108,
            "stop": 840217120
        },
        {
            "start": 840217273,
            "stop": 840220377
        },
        {
            "start": 840220393,
            "stop": 840222293
        },
        {
            "start": 840222302,
            "stop": 840227118
        },
        {
            "start": 840227285,
            "stop": 840238343
        },
        {
            "start": 840239651,
            "stop": 840241967
        },
        {
            "start": 840241969,
            "stop": 840243999
        },
        {
            "start": 840245323,
            "stop": 840287160
        },
        {
            "start": 840287168,
            "stop": 840292233
        },
        {
            "start": 840311645,
            "stop": 840312023
        }
    ]
}