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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=297",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 298,
    "results": [
        {
            "start": 818562290,
            "stop": 818562593
        },
        {
            "start": 818562612,
            "stop": 818562651
        },
        {
            "start": 818562676,
            "stop": 818562790
        },
        {
            "start": 818562810,
            "stop": 818563029
        },
        {
            "start": 818563049,
            "stop": 818563142
        },
        {
            "start": 818563189,
            "stop": 818563827
        },
        {
            "start": 818563848,
            "stop": 818565277
        },
        {
            "start": 818565296,
            "stop": 818565450
        },
        {
            "start": 818565469,
            "stop": 818565753
        },
        {
            "start": 818565780,
            "stop": 818566643
        },
        {
            "start": 818566663,
            "stop": 818567111
        },
        {
            "start": 818567132,
            "stop": 818568225
        },
        {
            "start": 818568247,
            "stop": 818568735
        },
        {
            "start": 818568768,
            "stop": 818571155
        },
        {
            "start": 818571189,
            "stop": 818573593
        },
        {
            "start": 818573610,
            "stop": 818575920
        },
        {
            "start": 818575941,
            "stop": 818577764
        },
        {
            "start": 818577783,
            "stop": 818578213
        },
        {
            "start": 818578314,
            "stop": 818578725
        },
        {
            "start": 818578742,
            "stop": 818579481
        }
    ]
}