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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=302",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 303,
    "results": [
        {
            "start": 1247767171,
            "stop": 1247767177
        },
        {
            "start": 1247767178,
            "stop": 1247767214
        },
        {
            "start": 1247767216,
            "stop": 1247767308
        },
        {
            "start": 1247767310,
            "stop": 1247767313
        },
        {
            "start": 1247767315,
            "stop": 1247767732
        },
        {
            "start": 1247767733,
            "stop": 1247767738
        },
        {
            "start": 1247767741,
            "stop": 1247767981
        },
        {
            "start": 1247767982,
            "stop": 1247767991
        },
        {
            "start": 1247767992,
            "stop": 1247768130
        },
        {
            "start": 1247768132,
            "stop": 1247768316
        },
        {
            "start": 1247768319,
            "stop": 1247768664
        },
        {
            "start": 1247768666,
            "stop": 1247768779
        },
        {
            "start": 1247768780,
            "stop": 1247768782
        },
        {
            "start": 1247768783,
            "stop": 1247769125
        },
        {
            "start": 1247769131,
            "stop": 1247769132
        },
        {
            "start": 1247769134,
            "stop": 1247769136
        },
        {
            "start": 1247769141,
            "stop": 1247769203
        },
        {
            "start": 1247769204,
            "stop": 1247769205
        },
        {
            "start": 1247769207,
            "stop": 1247769212
        },
        {
            "start": 1247769215,
            "stop": 1247769304
        }
    ]
}