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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=329",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 330,
    "results": [
        {
            "start": 1176946985,
            "stop": 1176947040
        },
        {
            "start": 1176947041,
            "stop": 1176947229
        },
        {
            "start": 1176947230,
            "stop": 1176947314
        },
        {
            "start": 1176947316,
            "stop": 1176947332
        },
        {
            "start": 1176947335,
            "stop": 1176947454
        },
        {
            "start": 1176947457,
            "stop": 1176947459
        },
        {
            "start": 1176947460,
            "stop": 1176947463
        },
        {
            "start": 1176947467,
            "stop": 1176947529
        },
        {
            "start": 1176947531,
            "stop": 1176947539
        },
        {
            "start": 1176947540,
            "stop": 1176947541
        },
        {
            "start": 1176947542,
            "stop": 1176947625
        },
        {
            "start": 1176947632,
            "stop": 1176947636
        },
        {
            "start": 1176947641,
            "stop": 1176947688
        },
        {
            "start": 1176947704,
            "stop": 1176947705
        },
        {
            "start": 1176947722,
            "stop": 1176947724
        },
        {
            "start": 1176947726,
            "stop": 1176947727
        },
        {
            "start": 1176947728,
            "stop": 1176947770
        },
        {
            "start": 1176947792,
            "stop": 1176947931
        },
        {
            "start": 1176947933,
            "stop": 1176947942
        },
        {
            "start": 1176947948,
            "stop": 1176947949
        }
    ]
}