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=46821
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=46822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46820",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46821,
    "results": [
        {
            "start": 875129546,
            "stop": 875129567
        },
        {
            "start": 875129570,
            "stop": 875129616
        },
        {
            "start": 875129619,
            "stop": 875129656
        },
        {
            "start": 875129657,
            "stop": 875129668
        },
        {
            "start": 875129669,
            "stop": 875129670
        },
        {
            "start": 875129671,
            "stop": 875129699
        },
        {
            "start": 875129703,
            "stop": 875129723
        },
        {
            "start": 875129724,
            "stop": 875129744
        },
        {
            "start": 875129747,
            "stop": 875129769
        },
        {
            "start": 875129772,
            "stop": 875129866
        },
        {
            "start": 875129867,
            "stop": 875129876
        },
        {
            "start": 875129883,
            "stop": 875129910
        },
        {
            "start": 875129911,
            "stop": 875129928
        },
        {
            "start": 875129929,
            "stop": 875129937
        },
        {
            "start": 875129940,
            "stop": 875129942
        },
        {
            "start": 875129943,
            "stop": 875129959
        },
        {
            "start": 875129965,
            "stop": 875130024
        },
        {
            "start": 875130026,
            "stop": 875130043
        },
        {
            "start": 875130047,
            "stop": 875130109
        },
        {
            "start": 875130113,
            "stop": 875130127
        }
    ]
}