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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=374",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 375,
    "results": [
        {
            "start": 932127363,
            "stop": 932127367
        },
        {
            "start": 932127370,
            "stop": 932127388
        },
        {
            "start": 932127390,
            "stop": 932128337
        },
        {
            "start": 932128339,
            "stop": 932128733
        },
        {
            "start": 932128735,
            "stop": 932129881
        },
        {
            "start": 932129884,
            "stop": 932129897
        },
        {
            "start": 932129899,
            "stop": 932130015
        },
        {
            "start": 932132100,
            "stop": 932132753
        },
        {
            "start": 932132756,
            "stop": 932132831
        },
        {
            "start": 932132834,
            "stop": 932133094
        },
        {
            "start": 932144795,
            "stop": 932144809
        },
        {
            "start": 932144811,
            "stop": 932144824
        },
        {
            "start": 932144826,
            "stop": 932144838
        },
        {
            "start": 932144842,
            "stop": 932144854
        },
        {
            "start": 932144856,
            "stop": 932144868
        },
        {
            "start": 932144871,
            "stop": 932145679
        },
        {
            "start": 932145681,
            "stop": 932146254
        },
        {
            "start": 932148013,
            "stop": 932148015
        },
        {
            "start": 932148375,
            "stop": 932148980
        },
        {
            "start": 932148982,
            "stop": 932149159
        }
    ]
}