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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=308",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 309,
    "results": [
        {
            "start": 821321849,
            "stop": 821321929
        },
        {
            "start": 821321933,
            "stop": 821321962
        },
        {
            "start": 821321965,
            "stop": 821322002
        },
        {
            "start": 821322005,
            "stop": 821322158
        },
        {
            "start": 821322162,
            "stop": 821322177
        },
        {
            "start": 821322181,
            "stop": 821322235
        },
        {
            "start": 821322238,
            "stop": 821322545
        },
        {
            "start": 821322548,
            "stop": 821322651
        },
        {
            "start": 821322655,
            "stop": 821322741
        },
        {
            "start": 821322744,
            "stop": 821322825
        },
        {
            "start": 821322828,
            "stop": 821323028
        },
        {
            "start": 821323031,
            "stop": 821323252
        },
        {
            "start": 821323255,
            "stop": 821323298
        },
        {
            "start": 821323301,
            "stop": 821323361
        },
        {
            "start": 821323364,
            "stop": 821323807
        },
        {
            "start": 821323810,
            "stop": 821324049
        },
        {
            "start": 821324052,
            "stop": 821324064
        },
        {
            "start": 821324067,
            "stop": 821324133
        },
        {
            "start": 821324136,
            "stop": 821324159
        },
        {
            "start": 821324163,
            "stop": 821324304
        }
    ]
}