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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=214",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 215,
    "results": [
        {
            "start": 931160297,
            "stop": 931160298
        },
        {
            "start": 931160301,
            "stop": 931160302
        },
        {
            "start": 931160304,
            "stop": 931160308
        },
        {
            "start": 931160309,
            "stop": 931160319
        },
        {
            "start": 931160320,
            "stop": 931160321
        },
        {
            "start": 931160325,
            "stop": 931160337
        },
        {
            "start": 931160338,
            "stop": 931160341
        },
        {
            "start": 931160342,
            "stop": 931160344
        },
        {
            "start": 931160345,
            "stop": 931160348
        },
        {
            "start": 931160351,
            "stop": 931160354
        },
        {
            "start": 931160356,
            "stop": 931160357
        },
        {
            "start": 931160358,
            "stop": 931160359
        },
        {
            "start": 931160360,
            "stop": 931160363
        },
        {
            "start": 931160364,
            "stop": 931160365
        },
        {
            "start": 931160366,
            "stop": 931160373
        },
        {
            "start": 931160376,
            "stop": 931160382
        },
        {
            "start": 931160383,
            "stop": 931160386
        },
        {
            "start": 931160393,
            "stop": 931160406
        },
        {
            "start": 931160408,
            "stop": 931160414
        },
        {
            "start": 931160415,
            "stop": 931160420
        }
    ]
}