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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=335",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 336,
    "results": [
        {
            "start": 821322828,
            "stop": 821323028
        },
        {
            "start": 821323031,
            "stop": 821323252
        },
        {
            "start": 821323255,
            "stop": 821323298
        },
        {
            "start": 821323301,
            "stop": 821323361
        },
        {
            "start": 821323364,
            "stop": 821323807
        },
        {
            "start": 821323810,
            "stop": 821324049
        },
        {
            "start": 821324052,
            "stop": 821324064
        },
        {
            "start": 821324067,
            "stop": 821324133
        },
        {
            "start": 821324136,
            "stop": 821324159
        },
        {
            "start": 821324163,
            "stop": 821324304
        },
        {
            "start": 821324308,
            "stop": 821324369
        },
        {
            "start": 821324372,
            "stop": 821324483
        },
        {
            "start": 821324490,
            "stop": 821324493
        },
        {
            "start": 821324505,
            "stop": 821324554
        },
        {
            "start": 821324557,
            "stop": 821324674
        },
        {
            "start": 821324677,
            "stop": 821324745
        },
        {
            "start": 821324748,
            "stop": 821324829
        },
        {
            "start": 821324832,
            "stop": 821325030
        },
        {
            "start": 821325033,
            "stop": 821325052
        },
        {
            "start": 821325055,
            "stop": 821325391
        }
    ]
}