Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=524
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=525",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=523",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 524,
    "results": [
        {
            "start": 868717944,
            "stop": 868718315
        },
        {
            "start": 868719518,
            "stop": 868719780
        },
        {
            "start": 868751676,
            "stop": 868752986
        },
        {
            "start": 868752988,
            "stop": 868755457
        },
        {
            "start": 868763234,
            "stop": 868778011
        },
        {
            "start": 868778013,
            "stop": 868778061
        },
        {
            "start": 868778063,
            "stop": 868778067
        },
        {
            "start": 868778068,
            "stop": 868778075
        },
        {
            "start": 868778076,
            "stop": 868778089
        },
        {
            "start": 868779528,
            "stop": 868792426
        },
        {
            "start": 868795562,
            "stop": 868801401
        },
        {
            "start": 868801403,
            "stop": 868817161
        },
        {
            "start": 868819664,
            "stop": 868820885
        },
        {
            "start": 868821501,
            "stop": 868822549
        },
        {
            "start": 868834104,
            "stop": 868846904
        },
        {
            "start": 868847036,
            "stop": 868856443
        },
        {
            "start": 868856506,
            "stop": 868862744
        },
        {
            "start": 868866584,
            "stop": 868866629
        },
        {
            "start": 868866631,
            "stop": 868872933
        },
        {
            "start": 868872984,
            "stop": 868882534
        }
    ]
}