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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=153",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 154,
    "results": [
        {
            "start": 837830805,
            "stop": 837832374
        },
        {
            "start": 837837028,
            "stop": 837841977
        },
        {
            "start": 837841978,
            "stop": 837843230
        },
        {
            "start": 837844612,
            "stop": 837865930
        },
        {
            "start": 837867068,
            "stop": 837868251
        },
        {
            "start": 837868253,
            "stop": 837869905
        },
        {
            "start": 837870119,
            "stop": 837871590
        },
        {
            "start": 837912636,
            "stop": 837913816
        },
        {
            "start": 837914612,
            "stop": 837914756
        },
        {
            "start": 837915452,
            "stop": 837924278
        },
        {
            "start": 837926180,
            "stop": 837959907
        },
        {
            "start": 837982321,
            "stop": 837986961
        },
        {
            "start": 837987056,
            "stop": 838008290
        },
        {
            "start": 838008292,
            "stop": 838041254
        },
        {
            "start": 838041388,
            "stop": 838041793
        },
        {
            "start": 838044147,
            "stop": 838051647
        },
        {
            "start": 838052307,
            "stop": 838054206
        },
        {
            "start": 838054875,
            "stop": 838062011
        },
        {
            "start": 838062281,
            "stop": 838064542
        },
        {
            "start": 838066158,
            "stop": 838071492
        }
    ]
}