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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=165",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 166,
    "results": [
        {
            "start": 1258645195,
            "stop": 1258646133
        },
        {
            "start": 1258646136,
            "stop": 1258648870
        },
        {
            "start": 1258648878,
            "stop": 1258651855
        },
        {
            "start": 1258651858,
            "stop": 1258653288
        },
        {
            "start": 1258653291,
            "stop": 1258653440
        },
        {
            "start": 1258653443,
            "stop": 1258654157
        },
        {
            "start": 1258654160,
            "stop": 1258654944
        },
        {
            "start": 1258654947,
            "stop": 1258655208
        },
        {
            "start": 1258655211,
            "stop": 1258655480
        },
        {
            "start": 1258655483,
            "stop": 1258655901
        },
        {
            "start": 1258655904,
            "stop": 1258655909
        },
        {
            "start": 1258655912,
            "stop": 1258655959
        },
        {
            "start": 1258655962,
            "stop": 1258656362
        },
        {
            "start": 1258656365,
            "stop": 1258656413
        },
        {
            "start": 1258656416,
            "stop": 1258656460
        },
        {
            "start": 1258656463,
            "stop": 1258656704
        },
        {
            "start": 1258656706,
            "stop": 1258656852
        },
        {
            "start": 1258656855,
            "stop": 1258657575
        },
        {
            "start": 1258657578,
            "stop": 1258657590
        },
        {
            "start": 1258657593,
            "stop": 1258657853
        }
    ]
}