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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10081",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10082,
    "results": [
        {
            "start": 873200950,
            "stop": 873201081
        },
        {
            "start": 873201139,
            "stop": 873201353
        },
        {
            "start": 873201389,
            "stop": 873201464
        },
        {
            "start": 873201513,
            "stop": 873201664
        },
        {
            "start": 873201700,
            "stop": 873202037
        },
        {
            "start": 873202054,
            "stop": 873202267
        },
        {
            "start": 873202304,
            "stop": 873202834
        },
        {
            "start": 873202870,
            "stop": 873203050
        },
        {
            "start": 873203086,
            "stop": 873203303
        },
        {
            "start": 873203339,
            "stop": 873203361
        },
        {
            "start": 873203407,
            "stop": 873203412
        },
        {
            "start": 873203480,
            "stop": 873203517
        },
        {
            "start": 873203553,
            "stop": 873203576
        },
        {
            "start": 873203613,
            "stop": 873203670
        },
        {
            "start": 873203708,
            "stop": 873203731
        },
        {
            "start": 873203767,
            "stop": 873203928
        },
        {
            "start": 873203964,
            "stop": 873204398
        },
        {
            "start": 873204415,
            "stop": 873204752
        },
        {
            "start": 873204788,
            "stop": 873204966
        },
        {
            "start": 873205000,
            "stop": 873205045
        }
    ]
}