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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=327",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 328,
    "results": [
        {
            "start": 931771447,
            "stop": 931771515
        },
        {
            "start": 931771520,
            "stop": 931771523
        },
        {
            "start": 931771525,
            "stop": 931771529
        },
        {
            "start": 931771531,
            "stop": 931771548
        },
        {
            "start": 931771551,
            "stop": 931771643
        },
        {
            "start": 931771644,
            "stop": 931771737
        },
        {
            "start": 931771739,
            "stop": 931771778
        },
        {
            "start": 931771780,
            "stop": 931771784
        },
        {
            "start": 931771786,
            "stop": 931771938
        },
        {
            "start": 931771940,
            "stop": 931771985
        },
        {
            "start": 931771987,
            "stop": 931772379
        },
        {
            "start": 931772381,
            "stop": 931772521
        },
        {
            "start": 931772522,
            "stop": 931772591
        },
        {
            "start": 931772593,
            "stop": 931772608
        },
        {
            "start": 931772610,
            "stop": 931772627
        },
        {
            "start": 931772629,
            "stop": 931772695
        },
        {
            "start": 931772696,
            "stop": 931772709
        },
        {
            "start": 931772710,
            "stop": 931772839
        },
        {
            "start": 931772841,
            "stop": 931772924
        },
        {
            "start": 931772925,
            "stop": 931772932
        }
    ]
}