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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=375",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 376,
    "results": [
        {
            "start": 1180187614,
            "stop": 1180189764
        },
        {
            "start": 1180249596,
            "stop": 1180249947
        },
        {
            "start": 1180253450,
            "stop": 1180274922
        },
        {
            "start": 1180276532,
            "stop": 1180280103
        },
        {
            "start": 1180280107,
            "stop": 1180285162
        },
        {
            "start": 1180285216,
            "stop": 1180295607
        },
        {
            "start": 1180312589,
            "stop": 1180319342
        },
        {
            "start": 1180319346,
            "stop": 1180355363
        },
        {
            "start": 1180355367,
            "stop": 1180358872
        },
        {
            "start": 1180361159,
            "stop": 1180364925
        },
        {
            "start": 1180364997,
            "stop": 1180373277
        },
        {
            "start": 1180380952,
            "stop": 1180387804
        },
        {
            "start": 1180387805,
            "stop": 1180387811
        },
        {
            "start": 1180387813,
            "stop": 1180387815
        },
        {
            "start": 1180387816,
            "stop": 1180387866
        },
        {
            "start": 1180387869,
            "stop": 1180387873
        },
        {
            "start": 1180387877,
            "stop": 1180387920
        },
        {
            "start": 1180387923,
            "stop": 1180387936
        },
        {
            "start": 1180387937,
            "stop": 1180387946
        },
        {
            "start": 1180387948,
            "stop": 1180387974
        }
    ]
}