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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=778",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=776",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 777,
    "results": [
        {
            "start": 1268145181,
            "stop": 1268145357
        },
        {
            "start": 1268145360,
            "stop": 1268146702
        },
        {
            "start": 1268146704,
            "stop": 1268148623
        },
        {
            "start": 1268148624,
            "stop": 1268148626
        },
        {
            "start": 1268148628,
            "stop": 1268148630
        },
        {
            "start": 1268148631,
            "stop": 1268148999
        },
        {
            "start": 1268149003,
            "stop": 1268149397
        },
        {
            "start": 1268160587,
            "stop": 1268161944
        },
        {
            "start": 1268161947,
            "stop": 1268165495
        },
        {
            "start": 1268165499,
            "stop": 1268169928
        },
        {
            "start": 1268169932,
            "stop": 1268171300
        },
        {
            "start": 1268171302,
            "stop": 1268172082
        },
        {
            "start": 1268172083,
            "stop": 1268172937
        },
        {
            "start": 1268172941,
            "stop": 1268173511
        },
        {
            "start": 1268173515,
            "stop": 1268174912
        },
        {
            "start": 1268174914,
            "stop": 1268176828
        },
        {
            "start": 1268176830,
            "stop": 1268177833
        },
        {
            "start": 1268177836,
            "stop": 1268178301
        },
        {
            "start": 1268178303,
            "stop": 1268181786
        },
        {
            "start": 1268181789,
            "stop": 1268183745
        }
    ]
}