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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29304",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29305,
    "results": [
        {
            "start": 971181433,
            "stop": 971181434
        },
        {
            "start": 971181435,
            "stop": 971181436
        },
        {
            "start": 971181437,
            "stop": 971181439
        },
        {
            "start": 971181440,
            "stop": 971181442
        },
        {
            "start": 971181444,
            "stop": 971181455
        },
        {
            "start": 971181458,
            "stop": 971181460
        },
        {
            "start": 971181461,
            "stop": 971181472
        },
        {
            "start": 971181473,
            "stop": 971181476
        },
        {
            "start": 971181480,
            "stop": 971181482
        },
        {
            "start": 971181484,
            "stop": 971181485
        },
        {
            "start": 971181493,
            "stop": 971181494
        },
        {
            "start": 971181498,
            "stop": 971181499
        },
        {
            "start": 971181503,
            "stop": 971181504
        },
        {
            "start": 971181508,
            "stop": 971181510
        },
        {
            "start": 971181513,
            "stop": 971181521
        },
        {
            "start": 971181523,
            "stop": 971181529
        },
        {
            "start": 971181530,
            "stop": 971181532
        },
        {
            "start": 971181535,
            "stop": 971181539
        },
        {
            "start": 971181540,
            "stop": 971181541
        },
        {
            "start": 971181544,
            "stop": 971181545
        }
    ]
}