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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=195",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 196,
    "results": [
        {
            "start": 817655548,
            "stop": 817655564
        },
        {
            "start": 817655636,
            "stop": 817655640
        },
        {
            "start": 817655706,
            "stop": 817655722
        },
        {
            "start": 817655896,
            "stop": 817655924
        },
        {
            "start": 817655981,
            "stop": 817655993
        },
        {
            "start": 817656029,
            "stop": 817656051
        },
        {
            "start": 817656073,
            "stop": 817656083
        },
        {
            "start": 817656121,
            "stop": 817656126
        },
        {
            "start": 817656157,
            "stop": 817656162
        },
        {
            "start": 817656208,
            "stop": 817656220
        },
        {
            "start": 817656239,
            "stop": 817656268
        },
        {
            "start": 817656531,
            "stop": 817656539
        },
        {
            "start": 817656592,
            "stop": 817656623
        },
        {
            "start": 817656821,
            "stop": 817656825
        },
        {
            "start": 817656860,
            "stop": 817656941
        },
        {
            "start": 817656976,
            "stop": 817657000
        },
        {
            "start": 817657080,
            "stop": 817657084
        },
        {
            "start": 817657118,
            "stop": 817657136
        },
        {
            "start": 817657198,
            "stop": 817657211
        },
        {
            "start": 817657686,
            "stop": 817657725
        }
    ]
}