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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4966",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4967,
    "results": [
        {
            "start": 874395607,
            "stop": 874395609
        },
        {
            "start": 874395628,
            "stop": 874395653
        },
        {
            "start": 874395672,
            "stop": 874395705
        },
        {
            "start": 874395725,
            "stop": 874395829
        },
        {
            "start": 874395867,
            "stop": 874395868
        },
        {
            "start": 874395909,
            "stop": 874395938
        },
        {
            "start": 874395957,
            "stop": 874396113
        },
        {
            "start": 874396132,
            "stop": 874396243
        },
        {
            "start": 874396274,
            "stop": 874396434
        },
        {
            "start": 874396453,
            "stop": 874396518
        },
        {
            "start": 874396555,
            "stop": 874396619
        },
        {
            "start": 874396638,
            "stop": 874396670
        },
        {
            "start": 874396689,
            "stop": 874396725
        },
        {
            "start": 874396745,
            "stop": 874396926
        },
        {
            "start": 874396977,
            "stop": 874397035
        },
        {
            "start": 874397054,
            "stop": 874397061
        },
        {
            "start": 874397080,
            "stop": 874397145
        },
        {
            "start": 874397164,
            "stop": 874397232
        },
        {
            "start": 874397251,
            "stop": 874397350
        },
        {
            "start": 874397369,
            "stop": 874397378
        }
    ]
}