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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5737",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5738,
    "results": [
        {
            "start": 874613847,
            "stop": 874613853
        },
        {
            "start": 874613856,
            "stop": 874613954
        },
        {
            "start": 874613957,
            "stop": 874614001
        },
        {
            "start": 874614010,
            "stop": 874614034
        },
        {
            "start": 874614037,
            "stop": 874614187
        },
        {
            "start": 874614190,
            "stop": 874614280
        },
        {
            "start": 874614284,
            "stop": 874614286
        },
        {
            "start": 874614289,
            "stop": 874614305
        },
        {
            "start": 874614308,
            "stop": 874614310
        },
        {
            "start": 874614316,
            "stop": 874614332
        },
        {
            "start": 874614335,
            "stop": 874614338
        },
        {
            "start": 874614341,
            "stop": 874614343
        },
        {
            "start": 874614346,
            "stop": 874614348
        },
        {
            "start": 874614351,
            "stop": 874614372
        },
        {
            "start": 874614375,
            "stop": 874614388
        },
        {
            "start": 874614391,
            "stop": 874614400
        },
        {
            "start": 874614404,
            "stop": 874614430
        },
        {
            "start": 874614445,
            "stop": 874614447
        },
        {
            "start": 874614450,
            "stop": 874614455
        },
        {
            "start": 874614459,
            "stop": 874614468
        }
    ]
}