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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=323",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 324,
    "results": [
        {
            "start": 1176323004,
            "stop": 1176323015
        },
        {
            "start": 1176323016,
            "stop": 1176324427
        },
        {
            "start": 1176324432,
            "stop": 1176324437
        },
        {
            "start": 1176324443,
            "stop": 1176324449
        },
        {
            "start": 1176324453,
            "stop": 1176325864
        },
        {
            "start": 1176325868,
            "stop": 1176325876
        },
        {
            "start": 1176325879,
            "stop": 1176327344
        },
        {
            "start": 1176327346,
            "stop": 1176327477
        },
        {
            "start": 1176327478,
            "stop": 1176335030
        },
        {
            "start": 1176335034,
            "stop": 1176339845
        },
        {
            "start": 1176342083,
            "stop": 1176348900
        },
        {
            "start": 1176348904,
            "stop": 1176354728
        },
        {
            "start": 1176354733,
            "stop": 1176363297
        },
        {
            "start": 1176363301,
            "stop": 1176382475
        },
        {
            "start": 1176383458,
            "stop": 1176391579
        },
        {
            "start": 1176391583,
            "stop": 1176423307
        },
        {
            "start": 1176425312,
            "stop": 1176441422
        },
        {
            "start": 1176450892,
            "stop": 1176457884
        },
        {
            "start": 1176457887,
            "stop": 1176464762
        },
        {
            "start": 1176464766,
            "stop": 1176472218
        }
    ]
}