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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=87",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 88,
    "results": [
        {
            "start": 818063565,
            "stop": 818063567
        },
        {
            "start": 818063582,
            "stop": 818063587
        },
        {
            "start": 818063595,
            "stop": 818063602
        },
        {
            "start": 818063616,
            "stop": 818063628
        },
        {
            "start": 818063636,
            "stop": 818063639
        },
        {
            "start": 818063651,
            "stop": 818063670
        },
        {
            "start": 818063690,
            "stop": 818063707
        },
        {
            "start": 818063722,
            "stop": 818063726
        },
        {
            "start": 818063763,
            "stop": 818063766
        },
        {
            "start": 818063804,
            "stop": 818063807
        },
        {
            "start": 818063843,
            "stop": 818063845
        },
        {
            "start": 818063881,
            "stop": 818063886
        },
        {
            "start": 818063897,
            "stop": 818063898
        },
        {
            "start": 818063912,
            "stop": 818063914
        },
        {
            "start": 818063926,
            "stop": 818063943
        },
        {
            "start": 818063991,
            "stop": 818064003
        },
        {
            "start": 818064011,
            "stop": 818064021
        },
        {
            "start": 818064061,
            "stop": 818064068
        },
        {
            "start": 818064076,
            "stop": 818064077
        },
        {
            "start": 818064094,
            "stop": 818064100
        }
    ]
}