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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 147,
    "results": [
        {
            "start": 820230369,
            "stop": 820230370
        },
        {
            "start": 820230374,
            "stop": 820230398
        },
        {
            "start": 820230402,
            "stop": 820230479
        },
        {
            "start": 820230483,
            "stop": 820230555
        },
        {
            "start": 820230559,
            "stop": 820230562
        },
        {
            "start": 820230565,
            "stop": 820230631
        },
        {
            "start": 820230634,
            "stop": 820230638
        },
        {
            "start": 820230641,
            "stop": 820230644
        },
        {
            "start": 820230647,
            "stop": 820230688
        },
        {
            "start": 820230691,
            "stop": 820230693
        },
        {
            "start": 820230696,
            "stop": 820230768
        },
        {
            "start": 820230772,
            "stop": 820230848
        },
        {
            "start": 820230851,
            "stop": 820230876
        },
        {
            "start": 820230880,
            "stop": 820230919
        },
        {
            "start": 820230923,
            "stop": 820231035
        },
        {
            "start": 820231039,
            "stop": 820231054
        },
        {
            "start": 820231057,
            "stop": 820231333
        },
        {
            "start": 820231364,
            "stop": 820231365
        },
        {
            "start": 820231621,
            "stop": 820231640
        },
        {
            "start": 820231644,
            "stop": 820231767
        }
    ]
}