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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=172",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 173,
    "results": [
        {
            "start": 931449975,
            "stop": 931449998
        },
        {
            "start": 931449999,
            "stop": 931450020
        },
        {
            "start": 931450021,
            "stop": 931450025
        },
        {
            "start": 931450026,
            "stop": 931450205
        },
        {
            "start": 931450206,
            "stop": 931450207
        },
        {
            "start": 931450210,
            "stop": 931450216
        },
        {
            "start": 931450219,
            "stop": 931450260
        },
        {
            "start": 931450262,
            "stop": 931450345
        },
        {
            "start": 931450346,
            "stop": 931450378
        },
        {
            "start": 931450381,
            "stop": 931450540
        },
        {
            "start": 931450541,
            "stop": 931450550
        },
        {
            "start": 931450554,
            "stop": 931450555
        },
        {
            "start": 931450557,
            "stop": 931450670
        },
        {
            "start": 931450671,
            "stop": 931450710
        },
        {
            "start": 931450712,
            "stop": 931450731
        },
        {
            "start": 931450732,
            "stop": 931450749
        },
        {
            "start": 931450751,
            "stop": 931450752
        },
        {
            "start": 931450754,
            "stop": 931450760
        },
        {
            "start": 931450765,
            "stop": 931450769
        },
        {
            "start": 931450771,
            "stop": 931450779
        }
    ]
}