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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=248",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 249,
    "results": [
        {
            "start": 820932709,
            "stop": 820932776
        },
        {
            "start": 820932779,
            "stop": 820932793
        },
        {
            "start": 820932797,
            "stop": 820932809
        },
        {
            "start": 820932813,
            "stop": 820932836
        },
        {
            "start": 820932839,
            "stop": 820933030
        },
        {
            "start": 820933034,
            "stop": 820933147
        },
        {
            "start": 820933151,
            "stop": 820933179
        },
        {
            "start": 820933182,
            "stop": 820933238
        },
        {
            "start": 820933241,
            "stop": 820933315
        },
        {
            "start": 820933318,
            "stop": 820933400
        },
        {
            "start": 820933403,
            "stop": 820933441
        },
        {
            "start": 820933444,
            "stop": 820933505
        },
        {
            "start": 820933508,
            "stop": 820933513
        },
        {
            "start": 820933516,
            "stop": 820933532
        },
        {
            "start": 820933535,
            "stop": 820933865
        },
        {
            "start": 820933868,
            "stop": 820933892
        },
        {
            "start": 820933895,
            "stop": 820933900
        },
        {
            "start": 820933903,
            "stop": 820933941
        },
        {
            "start": 820933944,
            "stop": 820934032
        },
        {
            "start": 820934036,
            "stop": 820934083
        }
    ]
}