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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=439",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 440,
    "results": [
        {
            "start": 818746151,
            "stop": 818746157
        },
        {
            "start": 818746162,
            "stop": 818746163
        },
        {
            "start": 818746174,
            "stop": 818746175
        },
        {
            "start": 818746205,
            "stop": 818746206
        },
        {
            "start": 818746225,
            "stop": 818746226
        },
        {
            "start": 818746231,
            "stop": 818746233
        },
        {
            "start": 818746243,
            "stop": 818746249
        },
        {
            "start": 818746257,
            "stop": 818746263
        },
        {
            "start": 818746266,
            "stop": 818746271
        },
        {
            "start": 818746283,
            "stop": 818746286
        },
        {
            "start": 818746289,
            "stop": 818746291
        },
        {
            "start": 818746297,
            "stop": 818746303
        },
        {
            "start": 818746306,
            "stop": 818746323
        },
        {
            "start": 818746327,
            "stop": 818746331
        },
        {
            "start": 818746335,
            "stop": 818746338
        },
        {
            "start": 818746341,
            "stop": 818746345
        },
        {
            "start": 818746355,
            "stop": 818746358
        },
        {
            "start": 818746375,
            "stop": 818746376
        },
        {
            "start": 818746382,
            "stop": 818746386
        },
        {
            "start": 818746426,
            "stop": 818746427
        }
    ]
}