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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2109",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2110,
    "results": [
        {
            "start": 871996112,
            "stop": 871996149
        },
        {
            "start": 871996170,
            "stop": 871996178
        },
        {
            "start": 871998343,
            "stop": 871998350
        },
        {
            "start": 871998399,
            "stop": 871998439
        },
        {
            "start": 871998456,
            "stop": 871998462
        },
        {
            "start": 871998562,
            "stop": 871998581
        },
        {
            "start": 871998612,
            "stop": 871998618
        },
        {
            "start": 871998673,
            "stop": 871998684
        },
        {
            "start": 871999681,
            "stop": 871999772
        },
        {
            "start": 871999805,
            "stop": 871999809
        },
        {
            "start": 871999826,
            "stop": 871999841
        },
        {
            "start": 871999858,
            "stop": 871999877
        },
        {
            "start": 871999895,
            "stop": 871999919
        },
        {
            "start": 872001788,
            "stop": 872001789
        },
        {
            "start": 872001809,
            "stop": 872001818
        },
        {
            "start": 872001835,
            "stop": 872001842
        },
        {
            "start": 872001866,
            "stop": 872001942
        },
        {
            "start": 872001959,
            "stop": 872002827
        },
        {
            "start": 872002845,
            "stop": 872003018
        },
        {
            "start": 872003037,
            "stop": 872003309
        }
    ]
}