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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=83",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 84,
    "results": [
        {
            "start": 931505278,
            "stop": 931505279
        },
        {
            "start": 931505282,
            "stop": 931505284
        },
        {
            "start": 931505288,
            "stop": 931505290
        },
        {
            "start": 931505300,
            "stop": 931505304
        },
        {
            "start": 931505309,
            "stop": 931505311
        },
        {
            "start": 931505314,
            "stop": 931505315
        },
        {
            "start": 931505317,
            "stop": 931505321
        },
        {
            "start": 931505324,
            "stop": 931505327
        },
        {
            "start": 931505332,
            "stop": 931505336
        },
        {
            "start": 931505346,
            "stop": 931505350
        },
        {
            "start": 931505359,
            "stop": 931505360
        },
        {
            "start": 931505363,
            "stop": 931505364
        },
        {
            "start": 931505369,
            "stop": 931505371
        },
        {
            "start": 931505374,
            "stop": 931505377
        },
        {
            "start": 931505381,
            "stop": 931505387
        },
        {
            "start": 931505393,
            "stop": 931505396
        },
        {
            "start": 931505400,
            "stop": 931505404
        },
        {
            "start": 931505411,
            "stop": 931505412
        },
        {
            "start": 931505415,
            "stop": 931505425
        },
        {
            "start": 931505428,
            "stop": 931505429
        }
    ]
}