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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=169",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 170,
    "results": [
        {
            "start": 1420133134,
            "stop": 1420133882
        },
        {
            "start": 1420140789,
            "stop": 1420141029
        },
        {
            "start": 1420141034,
            "stop": 1420166385
        },
        {
            "start": 1420166390,
            "stop": 1420180586
        },
        {
            "start": 1420180591,
            "stop": 1420185092
        },
        {
            "start": 1420185097,
            "stop": 1420186948
        },
        {
            "start": 1420194115,
            "stop": 1420196376
        },
        {
            "start": 1420196381,
            "stop": 1420202701
        },
        {
            "start": 1420202704,
            "stop": 1420205983
        },
        {
            "start": 1420205988,
            "stop": 1420212659
        },
        {
            "start": 1420212664,
            "stop": 1420215094
        },
        {
            "start": 1420215099,
            "stop": 1420216375
        },
        {
            "start": 1420226999,
            "stop": 1420228107
        },
        {
            "start": 1420228112,
            "stop": 1420228862
        },
        {
            "start": 1420228870,
            "stop": 1420229623
        },
        {
            "start": 1420229628,
            "stop": 1420229642
        },
        {
            "start": 1420229647,
            "stop": 1420229650
        },
        {
            "start": 1420229655,
            "stop": 1420232493
        },
        {
            "start": 1420232500,
            "stop": 1420233213
        },
        {
            "start": 1420233218,
            "stop": 1420235453
        }
    ]
}