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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29257",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29255",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29256,
    "results": [
        {
            "start": 971172917,
            "stop": 971172920
        },
        {
            "start": 971172921,
            "stop": 971172922
        },
        {
            "start": 971172926,
            "stop": 971172929
        },
        {
            "start": 971172930,
            "stop": 971172932
        },
        {
            "start": 971172933,
            "stop": 971172934
        },
        {
            "start": 971172936,
            "stop": 971172941
        },
        {
            "start": 971172956,
            "stop": 971172959
        },
        {
            "start": 971172965,
            "stop": 971172969
        },
        {
            "start": 971172971,
            "stop": 971172972
        },
        {
            "start": 971172977,
            "stop": 971172981
        },
        {
            "start": 971172983,
            "stop": 971172985
        },
        {
            "start": 971172986,
            "stop": 971172991
        },
        {
            "start": 971172995,
            "stop": 971172998
        },
        {
            "start": 971173000,
            "stop": 971173002
        },
        {
            "start": 971173003,
            "stop": 971173005
        },
        {
            "start": 971173006,
            "stop": 971173007
        },
        {
            "start": 971173009,
            "stop": 971173013
        },
        {
            "start": 971173014,
            "stop": 971173015
        },
        {
            "start": 971173016,
            "stop": 971173018
        },
        {
            "start": 971173023,
            "stop": 971173030
        }
    ]
}