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=10136
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=10137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10135",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10136,
    "results": [
        {
            "start": 873669210,
            "stop": 873669266
        },
        {
            "start": 873669283,
            "stop": 873669380
        },
        {
            "start": 873669397,
            "stop": 873669507
        },
        {
            "start": 873669685,
            "stop": 873669840
        },
        {
            "start": 873670997,
            "stop": 873671024
        },
        {
            "start": 873671224,
            "stop": 873671253
        },
        {
            "start": 873671270,
            "stop": 873671311
        },
        {
            "start": 873671329,
            "stop": 873671353
        },
        {
            "start": 873671370,
            "stop": 873671400
        },
        {
            "start": 873671418,
            "stop": 873671460
        },
        {
            "start": 873671477,
            "stop": 873671503
        },
        {
            "start": 873671521,
            "stop": 873671538
        },
        {
            "start": 873671555,
            "stop": 873671645
        },
        {
            "start": 873671863,
            "stop": 873672071
        },
        {
            "start": 873672390,
            "stop": 873672540
        },
        {
            "start": 873672720,
            "stop": 873672721
        },
        {
            "start": 873672739,
            "stop": 873672780
        },
        {
            "start": 873672840,
            "stop": 873672900
        },
        {
            "start": 873673020,
            "stop": 873673140
        },
        {
            "start": 873673200,
            "stop": 873673280
        }
    ]
}