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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=188",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 189,
    "results": [
        {
            "start": 820180449,
            "stop": 820180639
        },
        {
            "start": 820180643,
            "stop": 820180771
        },
        {
            "start": 820180775,
            "stop": 820181139
        },
        {
            "start": 820181142,
            "stop": 820181212
        },
        {
            "start": 820181215,
            "stop": 820181233
        },
        {
            "start": 820181236,
            "stop": 820181263
        },
        {
            "start": 820181282,
            "stop": 820181336
        },
        {
            "start": 820181340,
            "stop": 820181369
        },
        {
            "start": 820181373,
            "stop": 820181375
        },
        {
            "start": 820181379,
            "stop": 820181419
        },
        {
            "start": 820181422,
            "stop": 820181430
        },
        {
            "start": 820181433,
            "stop": 820181822
        },
        {
            "start": 820181826,
            "stop": 820181848
        },
        {
            "start": 820181857,
            "stop": 820181908
        },
        {
            "start": 820181911,
            "stop": 820182041
        },
        {
            "start": 820182045,
            "stop": 820182111
        },
        {
            "start": 820182114,
            "stop": 820182284
        },
        {
            "start": 820182287,
            "stop": 820182802
        },
        {
            "start": 820182805,
            "stop": 820182936
        },
        {
            "start": 820182939,
            "stop": 820183084
        }
    ]
}