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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=250",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 251,
    "results": [
        {
            "start": 931584131,
            "stop": 931584135
        },
        {
            "start": 931584136,
            "stop": 931584182
        },
        {
            "start": 931584183,
            "stop": 931584222
        },
        {
            "start": 931584223,
            "stop": 931584250
        },
        {
            "start": 931584251,
            "stop": 931584270
        },
        {
            "start": 931584271,
            "stop": 931584368
        },
        {
            "start": 931584369,
            "stop": 931584430
        },
        {
            "start": 931584431,
            "stop": 931584436
        },
        {
            "start": 931584437,
            "stop": 931584486
        },
        {
            "start": 931584487,
            "stop": 931584567
        },
        {
            "start": 931584568,
            "stop": 931584637
        },
        {
            "start": 931584638,
            "stop": 931584652
        },
        {
            "start": 931584653,
            "stop": 931584735
        },
        {
            "start": 931584736,
            "stop": 931584837
        },
        {
            "start": 931584838,
            "stop": 931584914
        },
        {
            "start": 931584915,
            "stop": 931584990
        },
        {
            "start": 931584991,
            "stop": 931585026
        },
        {
            "start": 931585027,
            "stop": 931585100
        },
        {
            "start": 931585101,
            "stop": 931585105
        },
        {
            "start": 931585106,
            "stop": 931585110
        }
    ]
}