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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1983",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1984,
    "results": [
        {
            "start": 856122810,
            "stop": 856126855
        },
        {
            "start": 856126860,
            "stop": 856126870
        },
        {
            "start": 856126880,
            "stop": 856126882
        },
        {
            "start": 856126888,
            "stop": 856127009
        },
        {
            "start": 856127121,
            "stop": 856127630
        },
        {
            "start": 856127930,
            "stop": 856128159
        },
        {
            "start": 856128788,
            "stop": 856130955
        },
        {
            "start": 856130957,
            "stop": 856130982
        },
        {
            "start": 856131122,
            "stop": 856131676
        },
        {
            "start": 856132776,
            "stop": 856133254
        },
        {
            "start": 856134363,
            "stop": 856135410
        },
        {
            "start": 856135470,
            "stop": 856135482
        },
        {
            "start": 856136680,
            "stop": 856142790
        },
        {
            "start": 856143125,
            "stop": 856143263
        },
        {
            "start": 856143409,
            "stop": 856150033
        },
        {
            "start": 856150345,
            "stop": 856167208
        },
        {
            "start": 856167610,
            "stop": 856200285
        },
        {
            "start": 856200290,
            "stop": 856200832
        },
        {
            "start": 856200838,
            "stop": 856200857
        },
        {
            "start": 856200865,
            "stop": 856200867
        }
    ]
}