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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29301",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29299",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29300,
    "results": [
        {
            "start": 971180912,
            "stop": 971180918
        },
        {
            "start": 971180919,
            "stop": 971180920
        },
        {
            "start": 971180921,
            "stop": 971180925
        },
        {
            "start": 971180926,
            "stop": 971180927
        },
        {
            "start": 971180929,
            "stop": 971180932
        },
        {
            "start": 971180933,
            "stop": 971180937
        },
        {
            "start": 971180941,
            "stop": 971180944
        },
        {
            "start": 971180948,
            "stop": 971180949
        },
        {
            "start": 971180952,
            "stop": 971180954
        },
        {
            "start": 971180957,
            "stop": 971180959
        },
        {
            "start": 971180960,
            "stop": 971180964
        },
        {
            "start": 971180968,
            "stop": 971180970
        },
        {
            "start": 971180973,
            "stop": 971180975
        },
        {
            "start": 971180979,
            "stop": 971180980
        },
        {
            "start": 971180982,
            "stop": 971180985
        },
        {
            "start": 971180986,
            "stop": 971180988
        },
        {
            "start": 971180993,
            "stop": 971181002
        },
        {
            "start": 971181003,
            "stop": 971181009
        },
        {
            "start": 971181010,
            "stop": 971181012
        },
        {
            "start": 971181013,
            "stop": 971181014
        }
    ]
}