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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=102",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 103,
    "results": [
        {
            "start": 833355640,
            "stop": 833358047
        },
        {
            "start": 833358110,
            "stop": 833372384
        },
        {
            "start": 833373317,
            "stop": 833386597
        },
        {
            "start": 833386667,
            "stop": 833440623
        },
        {
            "start": 833441381,
            "stop": 833456117
        },
        {
            "start": 833456793,
            "stop": 833465436
        },
        {
            "start": 833465533,
            "stop": 833485227
        },
        {
            "start": 833485482,
            "stop": 833487622
        },
        {
            "start": 833488426,
            "stop": 833490978
        },
        {
            "start": 833491133,
            "stop": 833507975
        },
        {
            "start": 833508098,
            "stop": 833522536
        },
        {
            "start": 833524367,
            "stop": 833539555
        },
        {
            "start": 833540362,
            "stop": 833544287
        },
        {
            "start": 833558341,
            "stop": 833559046
        },
        {
            "start": 833559205,
            "stop": 833566285
        },
        {
            "start": 833567330,
            "stop": 833568943
        },
        {
            "start": 833569448,
            "stop": 833573578
        },
        {
            "start": 833575494,
            "stop": 833575511
        },
        {
            "start": 833575599,
            "stop": 833588896
        },
        {
            "start": 833589083,
            "stop": 833589941
        }
    ]
}