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/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=583
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=584",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=582",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 583,
    "results": [
        {
            "start": 1264985837,
            "stop": 1264985838
        },
        {
            "start": 1264985839,
            "stop": 1264985985
        },
        {
            "start": 1264985986,
            "stop": 1264985989
        },
        {
            "start": 1264985990,
            "stop": 1264985993
        },
        {
            "start": 1264985994,
            "stop": 1264985995
        },
        {
            "start": 1264985996,
            "stop": 1264986000
        },
        {
            "start": 1264986002,
            "stop": 1264986021
        },
        {
            "start": 1264986026,
            "stop": 1264986751
        },
        {
            "start": 1264986752,
            "stop": 1264987014
        },
        {
            "start": 1264987015,
            "stop": 1264987236
        },
        {
            "start": 1264987239,
            "stop": 1264987524
        },
        {
            "start": 1264987528,
            "stop": 1264987979
        },
        {
            "start": 1264987980,
            "stop": 1264987982
        },
        {
            "start": 1264987983,
            "stop": 1264987990
        },
        {
            "start": 1264987991,
            "stop": 1264987992
        },
        {
            "start": 1264987993,
            "stop": 1264988922
        },
        {
            "start": 1264988928,
            "stop": 1264988929
        },
        {
            "start": 1264988931,
            "stop": 1264988937
        },
        {
            "start": 1264988939,
            "stop": 1264989287
        },
        {
            "start": 1264989288,
            "stop": 1264989291
        }
    ]
}