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=2359
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=2360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2358",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2359,
    "results": [
        {
            "start": 872215767,
            "stop": 872215932
        },
        {
            "start": 872215940,
            "stop": 872218620
        },
        {
            "start": 872218680,
            "stop": 872218800
        },
        {
            "start": 872218860,
            "stop": 872220311
        },
        {
            "start": 872220318,
            "stop": 872220788
        },
        {
            "start": 872220795,
            "stop": 872221001
        },
        {
            "start": 872221011,
            "stop": 872221582
        },
        {
            "start": 872221589,
            "stop": 872222925
        },
        {
            "start": 872222932,
            "stop": 872223210
        },
        {
            "start": 872223270,
            "stop": 872223283
        },
        {
            "start": 872223291,
            "stop": 872223300
        },
        {
            "start": 872223420,
            "stop": 872224071
        },
        {
            "start": 872224078,
            "stop": 872229030
        },
        {
            "start": 872229120,
            "stop": 872229418
        },
        {
            "start": 872229435,
            "stop": 872238653
        },
        {
            "start": 872238670,
            "stop": 872238845
        },
        {
            "start": 872238862,
            "stop": 872238880
        },
        {
            "start": 872238897,
            "stop": 872242484
        },
        {
            "start": 872244259,
            "stop": 872244738
        },
        {
            "start": 872244755,
            "stop": 872245461
        }
    ]
}