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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=576",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=574",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 575,
    "results": [
        {
            "start": 1262903891,
            "stop": 1262904140
        },
        {
            "start": 1262904143,
            "stop": 1262904223
        },
        {
            "start": 1262904226,
            "stop": 1262904537
        },
        {
            "start": 1262904540,
            "stop": 1262904542
        },
        {
            "start": 1262904546,
            "stop": 1262904588
        },
        {
            "start": 1262904591,
            "stop": 1262904847
        },
        {
            "start": 1262904850,
            "stop": 1262904852
        },
        {
            "start": 1262904855,
            "stop": 1262904869
        },
        {
            "start": 1262904872,
            "stop": 1262904953
        },
        {
            "start": 1262904956,
            "stop": 1262904978
        },
        {
            "start": 1262904981,
            "stop": 1262905615
        },
        {
            "start": 1262905618,
            "stop": 1262905647
        },
        {
            "start": 1262905650,
            "stop": 1262905652
        },
        {
            "start": 1262905655,
            "stop": 1262905659
        },
        {
            "start": 1262905662,
            "stop": 1262905725
        },
        {
            "start": 1262905728,
            "stop": 1262905762
        },
        {
            "start": 1262905765,
            "stop": 1262905812
        },
        {
            "start": 1262905815,
            "stop": 1262905828
        },
        {
            "start": 1262905831,
            "stop": 1262906087
        },
        {
            "start": 1262906090,
            "stop": 1262906105
        }
    ]
}