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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=355",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 356,
    "results": [
        {
            "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
        },
        {
            "start": 821325394,
            "stop": 821325632
        },
        {
            "start": 821325636,
            "stop": 821325766
        },
        {
            "start": 821325769,
            "stop": 821326269
        },
        {
            "start": 821326272,
            "stop": 821326315
        }
    ]
}