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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=294",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 295,
    "results": [
        {
            "start": 821261263,
            "stop": 821261541
        },
        {
            "start": 821261544,
            "stop": 821261677
        },
        {
            "start": 821261680,
            "stop": 821261943
        },
        {
            "start": 821261946,
            "stop": 821262409
        },
        {
            "start": 821262420,
            "stop": 821262627
        },
        {
            "start": 821262630,
            "stop": 821262633
        },
        {
            "start": 821262636,
            "stop": 821262640
        },
        {
            "start": 821262643,
            "stop": 821262700
        },
        {
            "start": 821262703,
            "stop": 821262859
        },
        {
            "start": 821262862,
            "stop": 821263265
        },
        {
            "start": 821263268,
            "stop": 821263489
        },
        {
            "start": 821263492,
            "stop": 821263676
        },
        {
            "start": 821263679,
            "stop": 821263754
        },
        {
            "start": 821263757,
            "stop": 821263999
        },
        {
            "start": 821264002,
            "stop": 821264127
        },
        {
            "start": 821264130,
            "stop": 821264693
        },
        {
            "start": 821264696,
            "stop": 821264774
        },
        {
            "start": 821264777,
            "stop": 821264861
        },
        {
            "start": 821264865,
            "stop": 821265030
        },
        {
            "start": 821265034,
            "stop": 821265037
        }
    ]
}