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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=251",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 252,
    "results": [
        {
            "start": 1174040608,
            "stop": 1174041599
        },
        {
            "start": 1174041601,
            "stop": 1174042938
        },
        {
            "start": 1174042940,
            "stop": 1174043433
        },
        {
            "start": 1174043436,
            "stop": 1174043898
        },
        {
            "start": 1174043900,
            "stop": 1174044891
        },
        {
            "start": 1174044893,
            "stop": 1174045806
        },
        {
            "start": 1174045808,
            "stop": 1174046806
        },
        {
            "start": 1174046808,
            "stop": 1174047742
        },
        {
            "start": 1174047744,
            "stop": 1174048719
        },
        {
            "start": 1174048721,
            "stop": 1174049653
        },
        {
            "start": 1174049655,
            "stop": 1174050751
        },
        {
            "start": 1174050753,
            "stop": 1174051486
        },
        {
            "start": 1174051488,
            "stop": 1174052549
        },
        {
            "start": 1174052551,
            "stop": 1174053527
        },
        {
            "start": 1174053529,
            "stop": 1174054483
        },
        {
            "start": 1174054485,
            "stop": 1174055489
        },
        {
            "start": 1174055491,
            "stop": 1174056778
        },
        {
            "start": 1174056780,
            "stop": 1174058095
        },
        {
            "start": 1174058097,
            "stop": 1174059205
        },
        {
            "start": 1174059207,
            "stop": 1174060015
        }
    ]
}