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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14089",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14087",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14088,
    "results": [
        {
            "start": 971158026,
            "stop": 971158027
        },
        {
            "start": 971158029,
            "stop": 971158030
        },
        {
            "start": 971158034,
            "stop": 971158037
        },
        {
            "start": 971158039,
            "stop": 971158040
        },
        {
            "start": 971158041,
            "stop": 971158043
        },
        {
            "start": 971158044,
            "stop": 971158045
        },
        {
            "start": 971158046,
            "stop": 971158050
        },
        {
            "start": 971158054,
            "stop": 971158059
        },
        {
            "start": 971158062,
            "stop": 971158067
        },
        {
            "start": 971158069,
            "stop": 971158071
        },
        {
            "start": 971158073,
            "stop": 971158074
        },
        {
            "start": 971158075,
            "stop": 971158077
        },
        {
            "start": 971158078,
            "stop": 971158079
        },
        {
            "start": 971158081,
            "stop": 971158082
        },
        {
            "start": 971158084,
            "stop": 971158085
        },
        {
            "start": 971158086,
            "stop": 971158087
        },
        {
            "start": 971158091,
            "stop": 971158093
        },
        {
            "start": 971158094,
            "stop": 971158097
        },
        {
            "start": 971158098,
            "stop": 971158099
        },
        {
            "start": 971158103,
            "stop": 971158107
        }
    ]
}