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=29323
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=29324",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29322",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29323,
    "results": [
        {
            "start": 971240877,
            "stop": 971240878
        },
        {
            "start": 971240879,
            "stop": 971240881
        },
        {
            "start": 971240884,
            "stop": 971240908
        },
        {
            "start": 971240909,
            "stop": 971240911
        },
        {
            "start": 971240914,
            "stop": 971240964
        },
        {
            "start": 971240966,
            "stop": 971241005
        },
        {
            "start": 971241006,
            "stop": 971241008
        },
        {
            "start": 971241009,
            "stop": 971241051
        },
        {
            "start": 971241052,
            "stop": 971241070
        },
        {
            "start": 971241071,
            "stop": 971241073
        },
        {
            "start": 971241074,
            "stop": 971241076
        },
        {
            "start": 971241077,
            "stop": 971241087
        },
        {
            "start": 971241088,
            "stop": 971241101
        },
        {
            "start": 971241103,
            "stop": 971241111
        },
        {
            "start": 971241112,
            "stop": 971241132
        },
        {
            "start": 971241133,
            "stop": 971241142
        },
        {
            "start": 971241144,
            "stop": 971241151
        },
        {
            "start": 971241152,
            "stop": 971241162
        },
        {
            "start": 971241164,
            "stop": 971241170
        },
        {
            "start": 971241171,
            "stop": 971241212
        }
    ]
}