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=33151
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=33152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33150",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33151,
    "results": [
        {
            "start": 970602353,
            "stop": 970602354
        },
        {
            "start": 970602357,
            "stop": 970602363
        },
        {
            "start": 970602366,
            "stop": 970602378
        },
        {
            "start": 970602380,
            "stop": 970602382
        },
        {
            "start": 970602386,
            "stop": 970602390
        },
        {
            "start": 970602391,
            "stop": 970602395
        },
        {
            "start": 970602397,
            "stop": 970602401
        },
        {
            "start": 970602404,
            "stop": 970602407
        },
        {
            "start": 970602409,
            "stop": 970602422
        },
        {
            "start": 970602426,
            "stop": 970602437
        },
        {
            "start": 970602441,
            "stop": 970602444
        },
        {
            "start": 970602446,
            "stop": 970602466
        },
        {
            "start": 970602470,
            "stop": 970602477
        },
        {
            "start": 970602480,
            "stop": 970602487
        },
        {
            "start": 970602488,
            "stop": 970602496
        },
        {
            "start": 970602501,
            "stop": 970602528
        },
        {
            "start": 970602529,
            "stop": 970602531
        },
        {
            "start": 970602534,
            "stop": 970602554
        },
        {
            "start": 970602557,
            "stop": 970602562
        },
        {
            "start": 970602565,
            "stop": 970602574
        }
    ]
}