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=6307
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=6308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6306",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6307,
    "results": [
        {
            "start": 873180427,
            "stop": 873180457
        },
        {
            "start": 873180458,
            "stop": 873180998
        },
        {
            "start": 873180999,
            "stop": 873181541
        },
        {
            "start": 873181542,
            "stop": 873181572
        },
        {
            "start": 873181573,
            "stop": 873181591
        },
        {
            "start": 873181592,
            "stop": 873181662
        },
        {
            "start": 873181663,
            "stop": 873181677
        },
        {
            "start": 873181678,
            "stop": 873181752
        },
        {
            "start": 873181753,
            "stop": 873181927
        },
        {
            "start": 873181928,
            "stop": 873182076
        },
        {
            "start": 873182077,
            "stop": 873182106
        },
        {
            "start": 873182107,
            "stop": 873182321
        },
        {
            "start": 873182323,
            "stop": 873182479
        },
        {
            "start": 873182480,
            "stop": 873182721
        },
        {
            "start": 873182722,
            "stop": 873182803
        },
        {
            "start": 873182804,
            "stop": 873183341
        },
        {
            "start": 873183343,
            "stop": 873183466
        },
        {
            "start": 873183469,
            "stop": 873183686
        },
        {
            "start": 873183687,
            "stop": 873183719
        },
        {
            "start": 873183720,
            "stop": 873184010
        }
    ]
}