Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=11",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 12,
    "results": [
        {
            "start": 931054284,
            "stop": 931054288
        },
        {
            "start": 931054291,
            "stop": 931054298
        },
        {
            "start": 931054299,
            "stop": 931054300
        },
        {
            "start": 931054303,
            "stop": 931054306
        },
        {
            "start": 931054308,
            "stop": 931054310
        },
        {
            "start": 931054311,
            "stop": 931054313
        },
        {
            "start": 931054319,
            "stop": 931054322
        },
        {
            "start": 931054324,
            "stop": 931054328
        },
        {
            "start": 931054329,
            "stop": 931054338
        },
        {
            "start": 931054340,
            "stop": 931054341
        },
        {
            "start": 931054344,
            "stop": 931054348
        },
        {
            "start": 931054351,
            "stop": 931054352
        },
        {
            "start": 931054353,
            "stop": 931054356
        },
        {
            "start": 931054358,
            "stop": 931054359
        },
        {
            "start": 931054360,
            "stop": 931054364
        },
        {
            "start": 931054366,
            "stop": 931054367
        },
        {
            "start": 931054369,
            "stop": 931054370
        },
        {
            "start": 931054373,
            "stop": 931054374
        },
        {
            "start": 931054375,
            "stop": 931054378
        },
        {
            "start": 931054379,
            "stop": 931054386
        }
    ]
}