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=8220
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=8221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8219",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8220,
    "results": [
        {
            "start": 873661542,
            "stop": 873662759
        },
        {
            "start": 873662776,
            "stop": 873663618
        },
        {
            "start": 873663652,
            "stop": 873663675
        },
        {
            "start": 873663694,
            "stop": 873663720
        },
        {
            "start": 873663780,
            "stop": 873664260
        },
        {
            "start": 873664380,
            "stop": 873664440
        },
        {
            "start": 873665828,
            "stop": 873665871
        },
        {
            "start": 873665991,
            "stop": 873666414
        },
        {
            "start": 873666662,
            "stop": 873667968
        },
        {
            "start": 873668088,
            "stop": 873668272
        },
        {
            "start": 873668340,
            "stop": 873668534
        },
        {
            "start": 873668654,
            "stop": 873668913
        },
        {
            "start": 873668930,
            "stop": 873669140
        },
        {
            "start": 873669157,
            "stop": 873669193
        },
        {
            "start": 873669210,
            "stop": 873669266
        },
        {
            "start": 873669283,
            "stop": 873669380
        },
        {
            "start": 873669397,
            "stop": 873669507
        },
        {
            "start": 873669685,
            "stop": 873669840
        },
        {
            "start": 873670989,
            "stop": 873671018
        },
        {
            "start": 873671224,
            "stop": 873671245
        }
    ]
}