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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=297",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 298,
    "results": [
        {
            "start": 1240386268,
            "stop": 1240386556
        },
        {
            "start": 1240386558,
            "stop": 1240386652
        },
        {
            "start": 1240386655,
            "stop": 1240386741
        },
        {
            "start": 1240386742,
            "stop": 1240386920
        },
        {
            "start": 1240386922,
            "stop": 1240386924
        },
        {
            "start": 1240386925,
            "stop": 1240387025
        },
        {
            "start": 1240387026,
            "stop": 1240387148
        },
        {
            "start": 1240387149,
            "stop": 1240387225
        },
        {
            "start": 1240387226,
            "stop": 1240387250
        },
        {
            "start": 1240387251,
            "stop": 1240387282
        },
        {
            "start": 1240387283,
            "stop": 1240387322
        },
        {
            "start": 1240387323,
            "stop": 1240387422
        },
        {
            "start": 1240387424,
            "stop": 1240387738
        },
        {
            "start": 1240387741,
            "stop": 1240388044
        },
        {
            "start": 1240388053,
            "stop": 1240388054
        },
        {
            "start": 1240388056,
            "stop": 1240388119
        },
        {
            "start": 1240388121,
            "stop": 1240388306
        },
        {
            "start": 1240388308,
            "stop": 1240388372
        },
        {
            "start": 1240388373,
            "stop": 1240388706
        },
        {
            "start": 1240388707,
            "stop": 1240388710
        }
    ]
}