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=488
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=489",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=487",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 488,
    "results": [
        {
            "start": 1264407504,
            "stop": 1264407531
        },
        {
            "start": 1264407532,
            "stop": 1264407615
        },
        {
            "start": 1264407616,
            "stop": 1264407617
        },
        {
            "start": 1264407618,
            "stop": 1264407624
        },
        {
            "start": 1264407625,
            "stop": 1264407630
        },
        {
            "start": 1264407631,
            "stop": 1264407633
        },
        {
            "start": 1264407634,
            "stop": 1264407639
        },
        {
            "start": 1264407642,
            "stop": 1264407649
        },
        {
            "start": 1264407650,
            "stop": 1264407665
        },
        {
            "start": 1264407668,
            "stop": 1264407680
        },
        {
            "start": 1264407682,
            "stop": 1264407785
        },
        {
            "start": 1264407787,
            "stop": 1264407800
        },
        {
            "start": 1264407803,
            "stop": 1264407885
        },
        {
            "start": 1264407886,
            "stop": 1264407887
        },
        {
            "start": 1264407888,
            "stop": 1264407979
        },
        {
            "start": 1264407981,
            "stop": 1264407993
        },
        {
            "start": 1264407996,
            "stop": 1264408042
        },
        {
            "start": 1264408043,
            "stop": 1264408044
        },
        {
            "start": 1264408045,
            "stop": 1264408071
        },
        {
            "start": 1264408073,
            "stop": 1264408104
        }
    ]
}