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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=205",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 206,
    "results": [
        {
            "start": 851995122,
            "stop": 852004685
        },
        {
            "start": 852006106,
            "stop": 852017746
        },
        {
            "start": 852018912,
            "stop": 852025717
        },
        {
            "start": 852028084,
            "stop": 852031292
        },
        {
            "start": 852031744,
            "stop": 852048462
        },
        {
            "start": 852049430,
            "stop": 852049837
        },
        {
            "start": 852049924,
            "stop": 852050382
        },
        {
            "start": 852060956,
            "stop": 852061378
        },
        {
            "start": 852063790,
            "stop": 852065549
        },
        {
            "start": 852067139,
            "stop": 852070661
        },
        {
            "start": 852070954,
            "stop": 852076294
        },
        {
            "start": 852077674,
            "stop": 852102186
        },
        {
            "start": 852102335,
            "stop": 852102819
        },
        {
            "start": 852103634,
            "stop": 852134624
        },
        {
            "start": 852134981,
            "stop": 852156201
        },
        {
            "start": 852156466,
            "stop": 852190600
        },
        {
            "start": 852191749,
            "stop": 852213234
        },
        {
            "start": 852213574,
            "stop": 852213900
        },
        {
            "start": 852214295,
            "stop": 852216129
        },
        {
            "start": 852216291,
            "stop": 852216301
        }
    ]
}