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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=104",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 105,
    "results": [
        {
            "start": 1409066371,
            "stop": 1409073478
        },
        {
            "start": 1409073483,
            "stop": 1409076084
        },
        {
            "start": 1409076088,
            "stop": 1409076753
        },
        {
            "start": 1409076755,
            "stop": 1409077171
        },
        {
            "start": 1409077176,
            "stop": 1409101484
        },
        {
            "start": 1409101487,
            "stop": 1409116365
        },
        {
            "start": 1409116370,
            "stop": 1409118232
        },
        {
            "start": 1409118237,
            "stop": 1409130988
        },
        {
            "start": 1409130991,
            "stop": 1409137030
        },
        {
            "start": 1409137032,
            "stop": 1409141580
        },
        {
            "start": 1409141584,
            "stop": 1409142924
        },
        {
            "start": 1409142927,
            "stop": 1409149057
        },
        {
            "start": 1409149062,
            "stop": 1409156989
        },
        {
            "start": 1409156993,
            "stop": 1409157367
        },
        {
            "start": 1409157371,
            "stop": 1409161260
        },
        {
            "start": 1409161264,
            "stop": 1409161549
        },
        {
            "start": 1409161553,
            "stop": 1409161751
        },
        {
            "start": 1409161754,
            "stop": 1409164285
        },
        {
            "start": 1409166687,
            "stop": 1409173223
        },
        {
            "start": 1409173228,
            "stop": 1409181871
        }
    ]
}