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=515
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=516",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=514",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 515,
    "results": [
        {
            "start": 1262686300,
            "stop": 1262686424
        },
        {
            "start": 1262686427,
            "stop": 1262686511
        },
        {
            "start": 1262686514,
            "stop": 1262686586
        },
        {
            "start": 1262686589,
            "stop": 1262686851
        },
        {
            "start": 1262686854,
            "stop": 1262686955
        },
        {
            "start": 1262686958,
            "stop": 1262686962
        },
        {
            "start": 1262686965,
            "stop": 1262687125
        },
        {
            "start": 1262687128,
            "stop": 1262688356
        },
        {
            "start": 1262688359,
            "stop": 1262688492
        },
        {
            "start": 1262688611,
            "stop": 1262688649
        },
        {
            "start": 1262688652,
            "stop": 1262688909
        },
        {
            "start": 1262688912,
            "stop": 1262689413
        },
        {
            "start": 1262689416,
            "stop": 1262689854
        },
        {
            "start": 1262689857,
            "stop": 1262690445
        },
        {
            "start": 1262690448,
            "stop": 1262691556
        },
        {
            "start": 1262691559,
            "stop": 1262693411
        },
        {
            "start": 1262693414,
            "stop": 1262693801
        },
        {
            "start": 1262693804,
            "stop": 1262693877
        },
        {
            "start": 1262693880,
            "stop": 1262694055
        },
        {
            "start": 1262694058,
            "stop": 1262694077
        }
    ]
}