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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=219",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 220,
    "results": [
        {
            "start": 821088582,
            "stop": 821088594
        },
        {
            "start": 821088603,
            "stop": 821088616
        },
        {
            "start": 821089987,
            "stop": 821092091
        },
        {
            "start": 821092098,
            "stop": 821095377
        },
        {
            "start": 821095384,
            "stop": 821098633
        },
        {
            "start": 821099980,
            "stop": 821100373
        },
        {
            "start": 821101761,
            "stop": 821104014
        },
        {
            "start": 821104791,
            "stop": 821104807
        },
        {
            "start": 821104859,
            "stop": 821107510
        },
        {
            "start": 821108773,
            "stop": 821109590
        },
        {
            "start": 821109670,
            "stop": 821111270
        },
        {
            "start": 821111410,
            "stop": 821113001
        },
        {
            "start": 821124544,
            "stop": 821125033
        },
        {
            "start": 821127510,
            "stop": 821127514
        },
        {
            "start": 821127688,
            "stop": 821127752
        },
        {
            "start": 821131330,
            "stop": 821131390
        },
        {
            "start": 821131445,
            "stop": 821131515
        },
        {
            "start": 821132950,
            "stop": 821133553
        },
        {
            "start": 821134929,
            "stop": 821136360
        },
        {
            "start": 821136420,
            "stop": 821136853
        }
    ]
}