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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=7",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 8,
    "results": [
        {
            "start": 1256767721,
            "stop": 1256768239
        },
        {
            "start": 1256768242,
            "stop": 1256768271
        },
        {
            "start": 1256768274,
            "stop": 1256770339
        },
        {
            "start": 1256771871,
            "stop": 1256772298
        },
        {
            "start": 1256772301,
            "stop": 1256773929
        },
        {
            "start": 1256773937,
            "stop": 1256773956
        },
        {
            "start": 1256773959,
            "stop": 1256774608
        },
        {
            "start": 1256774610,
            "stop": 1256774649
        },
        {
            "start": 1256774748,
            "stop": 1256775096
        },
        {
            "start": 1256775098,
            "stop": 1256775127
        },
        {
            "start": 1256775130,
            "stop": 1256775721
        },
        {
            "start": 1256775723,
            "stop": 1256776322
        },
        {
            "start": 1256776325,
            "stop": 1256779725
        },
        {
            "start": 1256779728,
            "stop": 1256782457
        },
        {
            "start": 1256782460,
            "stop": 1256788761
        },
        {
            "start": 1256788764,
            "stop": 1256790499
        },
        {
            "start": 1256790509,
            "stop": 1256792824
        },
        {
            "start": 1256792827,
            "stop": 1256794149
        },
        {
            "start": 1256794152,
            "stop": 1256794230
        },
        {
            "start": 1256794233,
            "stop": 1256794649
        }
    ]
}