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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=361",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 362,
    "results": [
        {
            "start": 1181684016,
            "stop": 1181686061
        },
        {
            "start": 1181686064,
            "stop": 1181686187
        },
        {
            "start": 1181686188,
            "stop": 1181688428
        },
        {
            "start": 1181688429,
            "stop": 1181689807
        },
        {
            "start": 1181689810,
            "stop": 1181690374
        },
        {
            "start": 1181690377,
            "stop": 1181691035
        },
        {
            "start": 1181692784,
            "stop": 1181693201
        },
        {
            "start": 1181693204,
            "stop": 1181693582
        },
        {
            "start": 1181693583,
            "stop": 1181693584
        },
        {
            "start": 1181693585,
            "stop": 1181695990
        },
        {
            "start": 1181695993,
            "stop": 1181696291
        },
        {
            "start": 1181696292,
            "stop": 1181696938
        },
        {
            "start": 1181697011,
            "stop": 1181698541
        },
        {
            "start": 1181698542,
            "stop": 1181698883
        },
        {
            "start": 1181698886,
            "stop": 1181701367
        },
        {
            "start": 1181701368,
            "stop": 1181703528
        },
        {
            "start": 1181703529,
            "stop": 1181705782
        },
        {
            "start": 1181705783,
            "stop": 1181706880
        },
        {
            "start": 1181706883,
            "stop": 1181707866
        },
        {
            "start": 1181707867,
            "stop": 1181709969
        }
    ]
}