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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=235",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 236,
    "results": [
        {
            "start": 1240150825,
            "stop": 1240151065
        },
        {
            "start": 1240151066,
            "stop": 1240151074
        },
        {
            "start": 1240151075,
            "stop": 1240151240
        },
        {
            "start": 1240151241,
            "stop": 1240151300
        },
        {
            "start": 1240151302,
            "stop": 1240151434
        },
        {
            "start": 1240151435,
            "stop": 1240151587
        },
        {
            "start": 1240151589,
            "stop": 1240151817
        },
        {
            "start": 1240151818,
            "stop": 1240151839
        },
        {
            "start": 1240151841,
            "stop": 1240151890
        },
        {
            "start": 1240151891,
            "stop": 1240151894
        },
        {
            "start": 1240151896,
            "stop": 1240151933
        },
        {
            "start": 1240151935,
            "stop": 1240151937
        },
        {
            "start": 1240151938,
            "stop": 1240152461
        },
        {
            "start": 1240152464,
            "stop": 1240152666
        },
        {
            "start": 1240152667,
            "stop": 1240152741
        },
        {
            "start": 1240152742,
            "stop": 1240152773
        },
        {
            "start": 1240152781,
            "stop": 1240152807
        },
        {
            "start": 1240152808,
            "stop": 1240153528
        },
        {
            "start": 1240153530,
            "stop": 1240153791
        },
        {
            "start": 1240153794,
            "stop": 1240154240
        }
    ]
}