Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29501
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=29502",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29500",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29501,
    "results": [
        {
            "start": 971601196,
            "stop": 971601201
        },
        {
            "start": 971601204,
            "stop": 971601209
        },
        {
            "start": 971601212,
            "stop": 971601230
        },
        {
            "start": 971601234,
            "stop": 971601253
        },
        {
            "start": 971601254,
            "stop": 971601260
        },
        {
            "start": 971601263,
            "stop": 971601269
        },
        {
            "start": 971601319,
            "stop": 971601323
        },
        {
            "start": 971601327,
            "stop": 971601335
        },
        {
            "start": 971601341,
            "stop": 971601345
        },
        {
            "start": 971601348,
            "stop": 971601349
        },
        {
            "start": 971601353,
            "stop": 971601356
        },
        {
            "start": 971601360,
            "stop": 971601361
        },
        {
            "start": 971601364,
            "stop": 971601365
        },
        {
            "start": 971601396,
            "stop": 971601398
        },
        {
            "start": 971601401,
            "stop": 971601402
        },
        {
            "start": 971601405,
            "stop": 971601414
        },
        {
            "start": 971601418,
            "stop": 971601419
        },
        {
            "start": 971601425,
            "stop": 971601426
        },
        {
            "start": 971601434,
            "stop": 971601437
        },
        {
            "start": 971601438,
            "stop": 971601451
        }
    ]
}