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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=164",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 165,
    "results": [
        {
            "start": 931136376,
            "stop": 931136377
        },
        {
            "start": 931136378,
            "stop": 931136379
        },
        {
            "start": 931136380,
            "stop": 931136382
        },
        {
            "start": 931136384,
            "stop": 931136385
        },
        {
            "start": 931136386,
            "stop": 931136388
        },
        {
            "start": 931136390,
            "stop": 931136391
        },
        {
            "start": 931136393,
            "stop": 931136394
        },
        {
            "start": 931136396,
            "stop": 931136397
        },
        {
            "start": 931136399,
            "stop": 931136401
        },
        {
            "start": 931136402,
            "stop": 931136406
        },
        {
            "start": 931136410,
            "stop": 931136414
        },
        {
            "start": 931136777,
            "stop": 931136780
        },
        {
            "start": 931136789,
            "stop": 931136792
        },
        {
            "start": 931136794,
            "stop": 931136795
        },
        {
            "start": 931136797,
            "stop": 931136798
        },
        {
            "start": 931136801,
            "stop": 931136806
        },
        {
            "start": 931136808,
            "stop": 931136811
        },
        {
            "start": 931136815,
            "stop": 931136821
        },
        {
            "start": 931136822,
            "stop": 931136823
        },
        {
            "start": 931136829,
            "stop": 931136830
        }
    ]
}