Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=38",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 39,
    "results": [
        {
            "start": 1257259727,
            "stop": 1257260517
        },
        {
            "start": 1257260520,
            "stop": 1257260529
        },
        {
            "start": 1257260532,
            "stop": 1257263854
        },
        {
            "start": 1257263856,
            "stop": 1257266696
        },
        {
            "start": 1257266698,
            "stop": 1257267467
        },
        {
            "start": 1257267470,
            "stop": 1257268607
        },
        {
            "start": 1257268609,
            "stop": 1257268676
        },
        {
            "start": 1257268679,
            "stop": 1257268939
        },
        {
            "start": 1257268947,
            "stop": 1257269680
        },
        {
            "start": 1257269683,
            "stop": 1257269772
        },
        {
            "start": 1257269778,
            "stop": 1257269781
        },
        {
            "start": 1257269784,
            "stop": 1257269793
        },
        {
            "start": 1257269796,
            "stop": 1257270078
        },
        {
            "start": 1257270081,
            "stop": 1257270243
        },
        {
            "start": 1257270249,
            "stop": 1257271602
        },
        {
            "start": 1257271605,
            "stop": 1257271988
        },
        {
            "start": 1257271991,
            "stop": 1257272422
        },
        {
            "start": 1257272425,
            "stop": 1257272467
        },
        {
            "start": 1257272472,
            "stop": 1257272478
        },
        {
            "start": 1257272481,
            "stop": 1257272485
        }
    ]
}