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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=236",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 237,
    "results": [
        {
            "start": 959040990,
            "stop": 959041452
        },
        {
            "start": 959041455,
            "stop": 959041527
        },
        {
            "start": 959041530,
            "stop": 959041536
        },
        {
            "start": 959041539,
            "stop": 959041550
        },
        {
            "start": 959041553,
            "stop": 959041634
        },
        {
            "start": 959041640,
            "stop": 959041648
        },
        {
            "start": 959041654,
            "stop": 959041673
        },
        {
            "start": 959041688,
            "stop": 959041794
        },
        {
            "start": 959041802,
            "stop": 959041803
        },
        {
            "start": 959041808,
            "stop": 959041810
        },
        {
            "start": 959041813,
            "stop": 959041839
        },
        {
            "start": 959041842,
            "stop": 959042044
        },
        {
            "start": 959046814,
            "stop": 959061148
        },
        {
            "start": 959063793,
            "stop": 959076733
        },
        {
            "start": 959084353,
            "stop": 959084437
        },
        {
            "start": 959087852,
            "stop": 959091715
        },
        {
            "start": 959107093,
            "stop": 959107411
        },
        {
            "start": 959110522,
            "stop": 959110577
        },
        {
            "start": 959110653,
            "stop": 959110712
        },
        {
            "start": 959112781,
            "stop": 959114442
        }
    ]
}