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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=175",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 176,
    "results": [
        {
            "start": 842858349,
            "stop": 842899900
        },
        {
            "start": 842899901,
            "stop": 842900113
        },
        {
            "start": 842901356,
            "stop": 842902072
        },
        {
            "start": 842902073,
            "stop": 842902405
        },
        {
            "start": 842902408,
            "stop": 842902572
        },
        {
            "start": 842902575,
            "stop": 842902580
        },
        {
            "start": 842902585,
            "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": 842913592
        },
        {
            "start": 842913596,
            "stop": 842913610
        },
        {
            "start": 842913611,
            "stop": 842913612
        },
        {
            "start": 842913613,
            "stop": 842913614
        },
        {
            "start": 842913617,
            "stop": 842913644
        },
        {
            "start": 842913647,
            "stop": 842913653
        },
        {
            "start": 842913656,
            "stop": 842913670
        }
    ]
}