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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=204",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 205,
    "results": [
        {
            "start": 847998836,
            "stop": 847999201
        },
        {
            "start": 847999231,
            "stop": 847999698
        },
        {
            "start": 847999998,
            "stop": 848000026
        },
        {
            "start": 848000326,
            "stop": 848004445
        },
        {
            "start": 848004756,
            "stop": 848014670
        },
        {
            "start": 848015190,
            "stop": 848032340
        },
        {
            "start": 848032640,
            "stop": 848033342
        },
        {
            "start": 848033452,
            "stop": 848034402
        },
        {
            "start": 848034702,
            "stop": 848035724
        },
        {
            "start": 848035834,
            "stop": 848036930
        },
        {
            "start": 848037230,
            "stop": 848042265
        },
        {
            "start": 848042283,
            "stop": 848050173
        },
        {
            "start": 848050191,
            "stop": 848069430
        },
        {
            "start": 848069640,
            "stop": 848070658
        },
        {
            "start": 848070958,
            "stop": 848071332
        },
        {
            "start": 848071632,
            "stop": 848074852
        },
        {
            "start": 848074873,
            "stop": 848074874
        },
        {
            "start": 848074896,
            "stop": 848084407
        },
        {
            "start": 848084653,
            "stop": 848086100
        },
        {
            "start": 848089484,
            "stop": 848094932
        }
    ]
}