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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=169",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 170,
    "results": [
        {
            "start": 820245140,
            "stop": 820245188
        },
        {
            "start": 820245191,
            "stop": 820245317
        },
        {
            "start": 820245320,
            "stop": 820245527
        },
        {
            "start": 820245531,
            "stop": 820245568
        },
        {
            "start": 820245571,
            "stop": 820245893
        },
        {
            "start": 820245896,
            "stop": 820245983
        },
        {
            "start": 820245986,
            "stop": 820246091
        },
        {
            "start": 820246095,
            "stop": 820246132
        },
        {
            "start": 820246135,
            "stop": 820246574
        },
        {
            "start": 820246577,
            "stop": 820246580
        },
        {
            "start": 820246583,
            "stop": 820246711
        },
        {
            "start": 820246714,
            "stop": 820246717
        },
        {
            "start": 820246720,
            "stop": 820247078
        },
        {
            "start": 820247082,
            "stop": 820247270
        },
        {
            "start": 820247275,
            "stop": 820247277
        },
        {
            "start": 820247281,
            "stop": 820247282
        },
        {
            "start": 820247286,
            "stop": 820247618
        },
        {
            "start": 820247621,
            "stop": 820247866
        },
        {
            "start": 820247869,
            "stop": 820248065
        },
        {
            "start": 820248068,
            "stop": 820248433
        }
    ]
}