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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=628",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=626",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 627,
    "results": [
        {
            "start": 842899901,
            "stop": 842900113
        },
        {
            "start": 842901356,
            "stop": 842902072
        },
        {
            "start": 842902073,
            "stop": 842902405
        },
        {
            "start": 842902408,
            "stop": 842902573
        },
        {
            "start": 842902575,
            "stop": 842902581
        },
        {
            "start": 842902585,
            "stop": 842903336
        },
        {
            "start": 842903921,
            "stop": 842907836
        },
        {
            "start": 842908750,
            "stop": 842909214
        },
        {
            "start": 842909215,
            "stop": 842910973
        },
        {
            "start": 842912618,
            "stop": 842912817
        },
        {
            "start": 842912818,
            "stop": 842912906
        },
        {
            "start": 842912907,
            "stop": 842913341
        },
        {
            "start": 842913342,
            "stop": 842913349
        },
        {
            "start": 842913350,
            "stop": 842913575
        },
        {
            "start": 842913895,
            "stop": 842913935
        },
        {
            "start": 842914335,
            "stop": 842914935
        },
        {
            "start": 842914936,
            "stop": 842915109
        },
        {
            "start": 842915110,
            "stop": 842915414
        },
        {
            "start": 842915415,
            "stop": 842915420
        },
        {
            "start": 842915421,
            "stop": 842915619
        }
    ]
}