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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=26",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 27,
    "results": [
        {
            "start": 1257396179,
            "stop": 1257396316
        },
        {
            "start": 1257396318,
            "stop": 1257396351
        },
        {
            "start": 1257396353,
            "stop": 1257396489
        },
        {
            "start": 1257396494,
            "stop": 1257396524
        },
        {
            "start": 1257396527,
            "stop": 1257396735
        },
        {
            "start": 1257396744,
            "stop": 1257396919
        },
        {
            "start": 1257396925,
            "stop": 1257397148
        },
        {
            "start": 1257397150,
            "stop": 1257397326
        },
        {
            "start": 1257397331,
            "stop": 1257397332
        },
        {
            "start": 1257397335,
            "stop": 1257397664
        },
        {
            "start": 1257397668,
            "stop": 1257397708
        },
        {
            "start": 1257397711,
            "stop": 1257397801
        },
        {
            "start": 1257397804,
            "stop": 1257397808
        },
        {
            "start": 1257397810,
            "stop": 1257399061
        },
        {
            "start": 1257399064,
            "stop": 1257399209
        },
        {
            "start": 1257399211,
            "stop": 1257399224
        },
        {
            "start": 1257399227,
            "stop": 1257399239
        },
        {
            "start": 1257399245,
            "stop": 1257399292
        },
        {
            "start": 1257399295,
            "stop": 1257399362
        },
        {
            "start": 1257399364,
            "stop": 1257399443
        }
    ]
}