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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8938",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8939,
    "results": [
        {
            "start": 873658448,
            "stop": 873658451
        },
        {
            "start": 873658468,
            "stop": 873658479
        },
        {
            "start": 873658508,
            "stop": 873658920
        },
        {
            "start": 873659100,
            "stop": 873659160
        },
        {
            "start": 873661484,
            "stop": 873661487
        },
        {
            "start": 873661513,
            "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": 873665903
        },
        {
            "start": 873665950,
            "stop": 873665953
        },
        {
            "start": 873665971,
            "stop": 873666414
        },
        {
            "start": 873666662,
            "stop": 873668272
        },
        {
            "start": 873668340,
            "stop": 873668913
        },
        {
            "start": 873668930,
            "stop": 873669140
        },
        {
            "start": 873669157,
            "stop": 873669193
        },
        {
            "start": 873669210,
            "stop": 873669266
        },
        {
            "start": 873669283,
            "stop": 873669380
        }
    ]
}