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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=202",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 203,
    "results": [
        {
            "start": 839350255,
            "stop": 839350256
        },
        {
            "start": 839350257,
            "stop": 839361287
        },
        {
            "start": 839362462,
            "stop": 839362499
        },
        {
            "start": 839362609,
            "stop": 839362629
        },
        {
            "start": 839362929,
            "stop": 839362992
        },
        {
            "start": 839364729,
            "stop": 839368383
        },
        {
            "start": 839368386,
            "stop": 839368415
        },
        {
            "start": 839368453,
            "stop": 839370771
        },
        {
            "start": 839371945,
            "stop": 839384773
        },
        {
            "start": 839385652,
            "stop": 839442655
        },
        {
            "start": 839442657,
            "stop": 839512082
        },
        {
            "start": 839512085,
            "stop": 839531937
        },
        {
            "start": 839533524,
            "stop": 839564430
        },
        {
            "start": 839565957,
            "stop": 839566121
        },
        {
            "start": 839566231,
            "stop": 839566616
        },
        {
            "start": 839566916,
            "stop": 839596842
        },
        {
            "start": 839596845,
            "stop": 839598987
        },
        {
            "start": 839598989,
            "stop": 839605194
        },
        {
            "start": 839606746,
            "stop": 839618645
        },
        {
            "start": 839618959,
            "stop": 839626213
        }
    ]
}