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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=90",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 91,
    "results": [
        {
            "start": 821371944,
            "stop": 821371951
        },
        {
            "start": 821371955,
            "stop": 821371999
        },
        {
            "start": 821372002,
            "stop": 821372070
        },
        {
            "start": 821372076,
            "stop": 821372137
        },
        {
            "start": 821372140,
            "stop": 821372177
        },
        {
            "start": 821372180,
            "stop": 821372213
        },
        {
            "start": 821372216,
            "stop": 821372253
        },
        {
            "start": 821372258,
            "stop": 821372342
        },
        {
            "start": 821372345,
            "stop": 821372487
        },
        {
            "start": 821372490,
            "stop": 821372616
        },
        {
            "start": 821372619,
            "stop": 821372672
        },
        {
            "start": 821372675,
            "stop": 821372771
        },
        {
            "start": 821372774,
            "stop": 821372797
        },
        {
            "start": 821372800,
            "stop": 821372851
        },
        {
            "start": 821372854,
            "stop": 821372857
        },
        {
            "start": 821372864,
            "stop": 821372870
        },
        {
            "start": 821372873,
            "stop": 821372880
        },
        {
            "start": 821372883,
            "stop": 821372917
        },
        {
            "start": 821372920,
            "stop": 821372993
        },
        {
            "start": 821372996,
            "stop": 821373124
        }
    ]
}