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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=252",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 253,
    "results": [
        {
            "start": 931508225,
            "stop": 931508228
        },
        {
            "start": 931508231,
            "stop": 931508235
        },
        {
            "start": 931508238,
            "stop": 931508255
        },
        {
            "start": 931508257,
            "stop": 931508262
        },
        {
            "start": 931508264,
            "stop": 931508266
        },
        {
            "start": 931508269,
            "stop": 931508277
        },
        {
            "start": 931508280,
            "stop": 931508284
        },
        {
            "start": 931508286,
            "stop": 931508287
        },
        {
            "start": 931508294,
            "stop": 931508299
        },
        {
            "start": 931508302,
            "stop": 931508317
        },
        {
            "start": 931508322,
            "stop": 931508327
        },
        {
            "start": 931508330,
            "stop": 931508333
        },
        {
            "start": 931508335,
            "stop": 931508357
        },
        {
            "start": 931508363,
            "stop": 931508364
        },
        {
            "start": 931508367,
            "stop": 931508369
        },
        {
            "start": 931508372,
            "stop": 931508375
        },
        {
            "start": 931508378,
            "stop": 931508385
        },
        {
            "start": 931508388,
            "stop": 931508391
        },
        {
            "start": 931508394,
            "stop": 931508397
        },
        {
            "start": 931508399,
            "stop": 931508404
        }
    ]
}