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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=30",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 31,
    "results": [
        {
            "start": 1400763923,
            "stop": 1400765832
        },
        {
            "start": 1400765837,
            "stop": 1400767696
        },
        {
            "start": 1400767702,
            "stop": 1400768044
        },
        {
            "start": 1400779698,
            "stop": 1400780355
        },
        {
            "start": 1400780359,
            "stop": 1400781266
        },
        {
            "start": 1400781271,
            "stop": 1400785549
        },
        {
            "start": 1400785555,
            "stop": 1400785573
        },
        {
            "start": 1400789110,
            "stop": 1400791249
        },
        {
            "start": 1400791255,
            "stop": 1400792379
        },
        {
            "start": 1400800420,
            "stop": 1400803091
        },
        {
            "start": 1400803097,
            "stop": 1400805115
        },
        {
            "start": 1400805119,
            "stop": 1400813228
        },
        {
            "start": 1400813231,
            "stop": 1400814040
        },
        {
            "start": 1400814047,
            "stop": 1400829678
        },
        {
            "start": 1400829685,
            "stop": 1400831746
        },
        {
            "start": 1400831749,
            "stop": 1400832885
        },
        {
            "start": 1400832890,
            "stop": 1400835973
        },
        {
            "start": 1400835977,
            "stop": 1400853649
        },
        {
            "start": 1400853652,
            "stop": 1400863621
        },
        {
            "start": 1400863626,
            "stop": 1400868158
        }
    ]
}