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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=391",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 392,
    "results": [
        {
            "start": 821511281,
            "stop": 821511282
        },
        {
            "start": 821511289,
            "stop": 821511312
        },
        {
            "start": 821511319,
            "stop": 821511323
        },
        {
            "start": 821511330,
            "stop": 821511332
        },
        {
            "start": 821511344,
            "stop": 821511400
        },
        {
            "start": 821511403,
            "stop": 821511404
        },
        {
            "start": 821511407,
            "stop": 821511418
        },
        {
            "start": 821511421,
            "stop": 821511439
        },
        {
            "start": 821511442,
            "stop": 821511463
        },
        {
            "start": 821511470,
            "stop": 821511483
        },
        {
            "start": 821511490,
            "stop": 821511493
        },
        {
            "start": 821511507,
            "stop": 821511514
        },
        {
            "start": 821511521,
            "stop": 821511524
        },
        {
            "start": 821511527,
            "stop": 821511553
        },
        {
            "start": 821511560,
            "stop": 821511586
        },
        {
            "start": 821511589,
            "stop": 821511592
        },
        {
            "start": 821511595,
            "stop": 821511613
        },
        {
            "start": 821511616,
            "stop": 821511629
        },
        {
            "start": 821511638,
            "stop": 821511652
        },
        {
            "start": 821511655,
            "stop": 821511737
        }
    ]
}