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=33110
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=33111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33109",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33110,
    "results": [
        {
            "start": 970558239,
            "stop": 970558240
        },
        {
            "start": 970558246,
            "stop": 970558249
        },
        {
            "start": 970558253,
            "stop": 970558257
        },
        {
            "start": 970558266,
            "stop": 970558268
        },
        {
            "start": 970558283,
            "stop": 970558297
        },
        {
            "start": 970558298,
            "stop": 970558300
        },
        {
            "start": 970558307,
            "stop": 970558314
        },
        {
            "start": 970558320,
            "stop": 970558325
        },
        {
            "start": 970558327,
            "stop": 970558329
        },
        {
            "start": 970558339,
            "stop": 970558346
        },
        {
            "start": 970558352,
            "stop": 970558372
        },
        {
            "start": 970558374,
            "stop": 970558378
        },
        {
            "start": 970558379,
            "stop": 970558424
        },
        {
            "start": 970558426,
            "stop": 970558432
        },
        {
            "start": 970558433,
            "stop": 970558447
        },
        {
            "start": 970558448,
            "stop": 970558467
        },
        {
            "start": 970558468,
            "stop": 970558478
        },
        {
            "start": 970558480,
            "stop": 970558516
        },
        {
            "start": 970558518,
            "stop": 970558520
        },
        {
            "start": 970558521,
            "stop": 970558535
        }
    ]
}