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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=38",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 39,
    "results": [
        {
            "start": 816422526,
            "stop": 816422545
        },
        {
            "start": 816422552,
            "stop": 816422598
        },
        {
            "start": 816422603,
            "stop": 816422689
        },
        {
            "start": 816422704,
            "stop": 816422720
        },
        {
            "start": 816422728,
            "stop": 816422730
        },
        {
            "start": 816422737,
            "stop": 816422740
        },
        {
            "start": 816422746,
            "stop": 816422752
        },
        {
            "start": 816422761,
            "stop": 816422806
        },
        {
            "start": 816422810,
            "stop": 816422834
        },
        {
            "start": 816422839,
            "stop": 816422842
        },
        {
            "start": 816422846,
            "stop": 816422874
        },
        {
            "start": 816422882,
            "stop": 816422883
        },
        {
            "start": 816422891,
            "stop": 816422893
        },
        {
            "start": 816422898,
            "stop": 816422901
        },
        {
            "start": 816422908,
            "stop": 816422909
        },
        {
            "start": 816422917,
            "stop": 816422943
        },
        {
            "start": 816422950,
            "stop": 816422952
        },
        {
            "start": 816422969,
            "stop": 816422970
        },
        {
            "start": 816422973,
            "stop": 816423001
        },
        {
            "start": 816423006,
            "stop": 816423015
        }
    ]
}