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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=302",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 303,
    "results": [
        {
            "start": 822523260,
            "stop": 822523705
        },
        {
            "start": 822523848,
            "stop": 822524871
        },
        {
            "start": 822527073,
            "stop": 822527090
        },
        {
            "start": 822527121,
            "stop": 822531493
        },
        {
            "start": 822534149,
            "stop": 822541873
        },
        {
            "start": 822541880,
            "stop": 822541904
        },
        {
            "start": 822541914,
            "stop": 822545008
        },
        {
            "start": 822545969,
            "stop": 822548213
        },
        {
            "start": 822550478,
            "stop": 822557386
        },
        {
            "start": 822557391,
            "stop": 822557439
        },
        {
            "start": 822557444,
            "stop": 822557456
        },
        {
            "start": 822557467,
            "stop": 822557480
        },
        {
            "start": 822559058,
            "stop": 822559126
        },
        {
            "start": 822559131,
            "stop": 822562958
        },
        {
            "start": 822563037,
            "stop": 822566913
        },
        {
            "start": 822566918,
            "stop": 822569046
        },
        {
            "start": 822569779,
            "stop": 822586072
        },
        {
            "start": 822586346,
            "stop": 822589712
        },
        {
            "start": 822589717,
            "stop": 822589738
        },
        {
            "start": 822589754,
            "stop": 822589784
        }
    ]
}