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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=191",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 192,
    "results": [
        {
            "start": 821654030,
            "stop": 821654114
        },
        {
            "start": 821654117,
            "stop": 821654635
        },
        {
            "start": 821654636,
            "stop": 821657453
        },
        {
            "start": 821657455,
            "stop": 821659618
        },
        {
            "start": 821660018,
            "stop": 821660042
        },
        {
            "start": 821660045,
            "stop": 821660274
        },
        {
            "start": 821660277,
            "stop": 821660347
        },
        {
            "start": 821660350,
            "stop": 821660376
        },
        {
            "start": 821660379,
            "stop": 821660412
        },
        {
            "start": 821660416,
            "stop": 821660438
        },
        {
            "start": 821660441,
            "stop": 821660458
        },
        {
            "start": 821660461,
            "stop": 821660498
        },
        {
            "start": 821660501,
            "stop": 821660510
        },
        {
            "start": 821660513,
            "stop": 821660516
        },
        {
            "start": 821660519,
            "stop": 821660520
        },
        {
            "start": 821660523,
            "stop": 821660529
        },
        {
            "start": 821660532,
            "stop": 821660587
        },
        {
            "start": 821660590,
            "stop": 821660652
        },
        {
            "start": 821660655,
            "stop": 821660748
        },
        {
            "start": 821660756,
            "stop": 821660758
        }
    ]
}