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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=123",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 124,
    "results": [
        {
            "start": 819996683,
            "stop": 819997022
        },
        {
            "start": 819997030,
            "stop": 819997050
        },
        {
            "start": 819997057,
            "stop": 819997721
        },
        {
            "start": 819997734,
            "stop": 819997854
        },
        {
            "start": 819997861,
            "stop": 819998136
        },
        {
            "start": 819998149,
            "stop": 819998407
        },
        {
            "start": 819998414,
            "stop": 819998498
        },
        {
            "start": 819998506,
            "stop": 819998589
        },
        {
            "start": 819998597,
            "stop": 819998930
        },
        {
            "start": 819998937,
            "stop": 819998941
        },
        {
            "start": 819998948,
            "stop": 819999110
        },
        {
            "start": 819999190,
            "stop": 819999319
        },
        {
            "start": 819999326,
            "stop": 819999646
        },
        {
            "start": 819999659,
            "stop": 819999834
        },
        {
            "start": 819999842,
            "stop": 819999918
        },
        {
            "start": 819999932,
            "stop": 819999955
        },
        {
            "start": 819999970,
            "stop": 820000013
        },
        {
            "start": 820000020,
            "stop": 820000089
        },
        {
            "start": 820000097,
            "stop": 820000518
        },
        {
            "start": 820000526,
            "stop": 820000911
        }
    ]
}