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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=268",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 269,
    "results": [
        {
            "start": 817994397,
            "stop": 817994414
        },
        {
            "start": 817994433,
            "stop": 817994441
        },
        {
            "start": 817994470,
            "stop": 817994502
        },
        {
            "start": 817994530,
            "stop": 817994565
        },
        {
            "start": 817994790,
            "stop": 817994939
        },
        {
            "start": 817994969,
            "stop": 817994974
        },
        {
            "start": 817994994,
            "stop": 817994999
        },
        {
            "start": 817995029,
            "stop": 817995042
        },
        {
            "start": 817995061,
            "stop": 817995137
        },
        {
            "start": 817995156,
            "stop": 817995188
        },
        {
            "start": 817995236,
            "stop": 817995297
        },
        {
            "start": 817995322,
            "stop": 817995382
        },
        {
            "start": 818049775,
            "stop": 818049780
        },
        {
            "start": 818049846,
            "stop": 818049862
        },
        {
            "start": 818049879,
            "stop": 818049894
        },
        {
            "start": 818051537,
            "stop": 818051538
        },
        {
            "start": 818051792,
            "stop": 818051793
        },
        {
            "start": 818062140,
            "stop": 818062146
        },
        {
            "start": 818066580,
            "stop": 818066581
        },
        {
            "start": 818066823,
            "stop": 818066832
        }
    ]
}