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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33175",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33176,
    "results": [
        {
            "start": 970773985,
            "stop": 970774021
        },
        {
            "start": 970774025,
            "stop": 970774032
        },
        {
            "start": 970774035,
            "stop": 970774040
        },
        {
            "start": 970774044,
            "stop": 970774452
        },
        {
            "start": 970774453,
            "stop": 970774769
        },
        {
            "start": 970774772,
            "stop": 970774886
        },
        {
            "start": 970774889,
            "stop": 970775147
        },
        {
            "start": 970775150,
            "stop": 970775462
        },
        {
            "start": 970775463,
            "stop": 970775776
        },
        {
            "start": 970775779,
            "stop": 970776051
        },
        {
            "start": 970776052,
            "stop": 970776490
        },
        {
            "start": 970776493,
            "stop": 970777312
        },
        {
            "start": 970777315,
            "stop": 970777682
        },
        {
            "start": 970777683,
            "stop": 970777915
        },
        {
            "start": 970777918,
            "stop": 970777960
        },
        {
            "start": 970777965,
            "stop": 970777966
        },
        {
            "start": 970777971,
            "stop": 970778156
        },
        {
            "start": 970778159,
            "stop": 970778686
        },
        {
            "start": 970778688,
            "stop": 970778741
        },
        {
            "start": 970778744,
            "stop": 970779130
        }
    ]
}