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=29370
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=29371",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29369",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29370,
    "results": [
        {
            "start": 971289174,
            "stop": 971289177
        },
        {
            "start": 971289180,
            "stop": 971289389
        },
        {
            "start": 971289392,
            "stop": 971289420
        },
        {
            "start": 971289423,
            "stop": 971289621
        },
        {
            "start": 971289624,
            "stop": 971289654
        },
        {
            "start": 971289656,
            "stop": 971289686
        },
        {
            "start": 971289689,
            "stop": 971289759
        },
        {
            "start": 971289763,
            "stop": 971290140
        },
        {
            "start": 971290143,
            "stop": 971290171
        },
        {
            "start": 971290173,
            "stop": 971290232
        },
        {
            "start": 971290235,
            "stop": 971290295
        },
        {
            "start": 971290298,
            "stop": 971290301
        },
        {
            "start": 971290304,
            "stop": 971290310
        },
        {
            "start": 971290313,
            "stop": 971290367
        },
        {
            "start": 971290370,
            "stop": 971290460
        },
        {
            "start": 971290462,
            "stop": 971290735
        },
        {
            "start": 971290738,
            "stop": 971291001
        },
        {
            "start": 971291004,
            "stop": 971291103
        },
        {
            "start": 971291106,
            "stop": 971291221
        },
        {
            "start": 971291224,
            "stop": 971291274
        }
    ]
}