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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=190",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 191,
    "results": [
        {
            "start": 820093731,
            "stop": 820108288
        },
        {
            "start": 820109629,
            "stop": 820131953
        },
        {
            "start": 820131958,
            "stop": 820137387
        },
        {
            "start": 820138296,
            "stop": 820138521
        },
        {
            "start": 820143330,
            "stop": 820158876
        },
        {
            "start": 820159966,
            "stop": 820160711
        },
        {
            "start": 820164669,
            "stop": 820172871
        },
        {
            "start": 820172876,
            "stop": 820173048
        },
        {
            "start": 820173067,
            "stop": 820173163
        },
        {
            "start": 820173168,
            "stop": 820173175
        },
        {
            "start": 820173180,
            "stop": 820173187
        },
        {
            "start": 820173220,
            "stop": 820173234
        },
        {
            "start": 820174728,
            "stop": 820179849
        },
        {
            "start": 820183599,
            "stop": 820184045
        },
        {
            "start": 820190537,
            "stop": 820190542
        },
        {
            "start": 820190560,
            "stop": 820190573
        },
        {
            "start": 820190580,
            "stop": 820190603
        },
        {
            "start": 820190630,
            "stop": 820190928
        },
        {
            "start": 820192095,
            "stop": 820192430
        },
        {
            "start": 820192438,
            "stop": 820197125
        }
    ]
}