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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=465",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 466,
    "results": [
        {
            "start": 1261989666,
            "stop": 1261989682
        },
        {
            "start": 1261989685,
            "stop": 1261989737
        },
        {
            "start": 1261989740,
            "stop": 1261989906
        },
        {
            "start": 1261989909,
            "stop": 1261989932
        },
        {
            "start": 1261989935,
            "stop": 1261989953
        },
        {
            "start": 1261989956,
            "stop": 1261990043
        },
        {
            "start": 1261990046,
            "stop": 1261990112
        },
        {
            "start": 1261990115,
            "stop": 1261990180
        },
        {
            "start": 1261990183,
            "stop": 1261990367
        },
        {
            "start": 1261990373,
            "stop": 1261990427
        },
        {
            "start": 1261990433,
            "stop": 1261990439
        },
        {
            "start": 1261990442,
            "stop": 1261990457
        },
        {
            "start": 1261990460,
            "stop": 1261990475
        },
        {
            "start": 1261990478,
            "stop": 1261991186
        },
        {
            "start": 1261991189,
            "stop": 1261991237
        },
        {
            "start": 1261991240,
            "stop": 1261991520
        },
        {
            "start": 1261991522,
            "stop": 1261991537
        },
        {
            "start": 1261991540,
            "stop": 1261991738
        },
        {
            "start": 1261991741,
            "stop": 1261991908
        },
        {
            "start": 1261991910,
            "stop": 1261992158
        }
    ]
}