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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=83",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 84,
    "results": [
        {
            "start": 824872066,
            "stop": 824872118
        },
        {
            "start": 824872121,
            "stop": 824872299
        },
        {
            "start": 824872302,
            "stop": 824872303
        },
        {
            "start": 824872306,
            "stop": 824872750
        },
        {
            "start": 824877441,
            "stop": 824878038
        },
        {
            "start": 824878042,
            "stop": 824878049
        },
        {
            "start": 824878054,
            "stop": 824878557
        },
        {
            "start": 824878560,
            "stop": 824882343
        },
        {
            "start": 824882346,
            "stop": 824882367
        },
        {
            "start": 824882377,
            "stop": 824882381
        },
        {
            "start": 824882394,
            "stop": 824882398
        },
        {
            "start": 824882407,
            "stop": 824882445
        },
        {
            "start": 824882449,
            "stop": 824882494
        },
        {
            "start": 824882498,
            "stop": 824882534
        },
        {
            "start": 824882537,
            "stop": 824882540
        },
        {
            "start": 824882550,
            "stop": 824882616
        },
        {
            "start": 824882619,
            "stop": 824882628
        },
        {
            "start": 824882631,
            "stop": 824882638
        },
        {
            "start": 824882644,
            "stop": 824882729
        },
        {
            "start": 824882732,
            "stop": 824882888
        }
    ]
}