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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=188",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 189,
    "results": [
        {
            "start": 837914642,
            "stop": 837914756
        },
        {
            "start": 837915452,
            "stop": 837916306
        },
        {
            "start": 837916309,
            "stop": 837916873
        },
        {
            "start": 837916876,
            "stop": 837917638
        },
        {
            "start": 837917641,
            "stop": 837924253
        },
        {
            "start": 837926180,
            "stop": 837944303
        },
        {
            "start": 837944306,
            "stop": 837946266
        },
        {
            "start": 837946269,
            "stop": 837954639
        },
        {
            "start": 837954640,
            "stop": 837958877
        },
        {
            "start": 837958881,
            "stop": 837958885
        },
        {
            "start": 837958893,
            "stop": 837958899
        },
        {
            "start": 837958902,
            "stop": 837958903
        },
        {
            "start": 837958909,
            "stop": 837959893
        },
        {
            "start": 837982321,
            "stop": 837986953
        },
        {
            "start": 837986959,
            "stop": 837986960
        },
        {
            "start": 837987056,
            "stop": 838008290
        },
        {
            "start": 838008292,
            "stop": 838041251
        },
        {
            "start": 838041253,
            "stop": 838041254
        },
        {
            "start": 838041388,
            "stop": 838041793
        },
        {
            "start": 838044147,
            "stop": 838049570
        }
    ]
}