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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3636",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3637,
    "results": [
        {
            "start": 872407937,
            "stop": 872408352
        },
        {
            "start": 872408369,
            "stop": 872410180
        },
        {
            "start": 872410197,
            "stop": 872410884
        },
        {
            "start": 872410901,
            "stop": 872411110
        },
        {
            "start": 872411127,
            "stop": 872413143
        },
        {
            "start": 872413160,
            "stop": 872413254
        },
        {
            "start": 872413271,
            "stop": 872414369
        },
        {
            "start": 872414386,
            "stop": 872415254
        },
        {
            "start": 872415273,
            "stop": 872415553
        },
        {
            "start": 872415572,
            "stop": 872417654
        },
        {
            "start": 872417671,
            "stop": 872419754
        },
        {
            "start": 872419864,
            "stop": 872420424
        },
        {
            "start": 872420834,
            "stop": 872421101
        },
        {
            "start": 872421118,
            "stop": 872421327
        },
        {
            "start": 872421344,
            "stop": 872421780
        },
        {
            "start": 872421840,
            "stop": 872421904
        },
        {
            "start": 872421921,
            "stop": 872422381
        },
        {
            "start": 872422398,
            "stop": 872422943
        },
        {
            "start": 872422960,
            "stop": 872425080
        },
        {
            "start": 872425140,
            "stop": 872425705
        }
    ]
}