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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=374",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 375,
    "results": [
        {
            "start": 825598944,
            "stop": 825600191
        },
        {
            "start": 825600194,
            "stop": 825600818
        },
        {
            "start": 825600821,
            "stop": 825600924
        },
        {
            "start": 825600927,
            "stop": 825601296
        },
        {
            "start": 825601299,
            "stop": 825601356
        },
        {
            "start": 825601359,
            "stop": 825603511
        },
        {
            "start": 825603514,
            "stop": 825605058
        },
        {
            "start": 825605061,
            "stop": 825605398
        },
        {
            "start": 825607135,
            "stop": 825607182
        },
        {
            "start": 825610395,
            "stop": 825610681
        },
        {
            "start": 825611747,
            "stop": 825612619
        },
        {
            "start": 825612622,
            "stop": 825612748
        },
        {
            "start": 825612751,
            "stop": 825612770
        },
        {
            "start": 825612780,
            "stop": 825612791
        },
        {
            "start": 825612794,
            "stop": 825612801
        },
        {
            "start": 825612804,
            "stop": 825612807
        },
        {
            "start": 825612811,
            "stop": 825612851
        },
        {
            "start": 825612855,
            "stop": 825613153
        },
        {
            "start": 825613156,
            "stop": 825615025
        },
        {
            "start": 825617321,
            "stop": 825617992
        }
    ]
}