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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33092",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33090",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33091,
    "results": [
        {
            "start": 970541074,
            "stop": 970541097
        },
        {
            "start": 970541098,
            "stop": 970541168
        },
        {
            "start": 970541174,
            "stop": 970541200
        },
        {
            "start": 970541202,
            "stop": 970541205
        },
        {
            "start": 970541211,
            "stop": 970541245
        },
        {
            "start": 970541246,
            "stop": 970541276
        },
        {
            "start": 970541277,
            "stop": 970541280
        },
        {
            "start": 970541282,
            "stop": 970541305
        },
        {
            "start": 970541306,
            "stop": 970541325
        },
        {
            "start": 970541327,
            "stop": 970541338
        },
        {
            "start": 970541339,
            "stop": 970541341
        },
        {
            "start": 970541342,
            "stop": 970541346
        },
        {
            "start": 970541347,
            "stop": 970541350
        },
        {
            "start": 970541351,
            "stop": 970541352
        },
        {
            "start": 970541355,
            "stop": 970541366
        },
        {
            "start": 970541367,
            "stop": 970541371
        },
        {
            "start": 970541373,
            "stop": 970541380
        },
        {
            "start": 970541381,
            "stop": 970541392
        },
        {
            "start": 970541393,
            "stop": 970541399
        },
        {
            "start": 970541401,
            "stop": 970541416
        }
    ]
}