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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=345",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 346,
    "results": [
        {
            "start": 1240587444,
            "stop": 1240587449
        },
        {
            "start": 1240587454,
            "stop": 1240587498
        },
        {
            "start": 1240587502,
            "stop": 1240587597
        },
        {
            "start": 1240587602,
            "stop": 1240587607
        },
        {
            "start": 1240594562,
            "stop": 1240596882
        },
        {
            "start": 1240596887,
            "stop": 1240598555
        },
        {
            "start": 1240598558,
            "stop": 1240598610
        },
        {
            "start": 1240598614,
            "stop": 1240598642
        },
        {
            "start": 1240598644,
            "stop": 1240598659
        },
        {
            "start": 1240598663,
            "stop": 1240598701
        },
        {
            "start": 1240598704,
            "stop": 1240599247
        },
        {
            "start": 1240599251,
            "stop": 1240599378
        },
        {
            "start": 1240599381,
            "stop": 1240599415
        },
        {
            "start": 1240599420,
            "stop": 1240599664
        },
        {
            "start": 1240599666,
            "stop": 1240599726
        },
        {
            "start": 1240599729,
            "stop": 1240600036
        },
        {
            "start": 1240600041,
            "stop": 1240600072
        },
        {
            "start": 1240600074,
            "stop": 1240600150
        },
        {
            "start": 1240600155,
            "stop": 1240600165
        },
        {
            "start": 1240600167,
            "stop": 1240600171
        }
    ]
}