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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2296",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2297,
    "results": [
        {
            "start": 871287727,
            "stop": 871287973
        },
        {
            "start": 871287990,
            "stop": 871288059
        },
        {
            "start": 871288076,
            "stop": 871288688
        },
        {
            "start": 871288705,
            "stop": 871289242
        },
        {
            "start": 871289259,
            "stop": 871289379
        },
        {
            "start": 871289403,
            "stop": 871289569
        },
        {
            "start": 871289967,
            "stop": 871290128
        },
        {
            "start": 871296803,
            "stop": 871296900
        },
        {
            "start": 871296960,
            "stop": 871297176
        },
        {
            "start": 871297193,
            "stop": 871297200
        },
        {
            "start": 871297260,
            "stop": 871297380
        },
        {
            "start": 871297680,
            "stop": 871297800
        },
        {
            "start": 871297920,
            "stop": 871297980
        },
        {
            "start": 871298100,
            "stop": 871298400
        },
        {
            "start": 871298460,
            "stop": 871298520
        },
        {
            "start": 871298580,
            "stop": 871298990
        },
        {
            "start": 871299070,
            "stop": 871300036
        },
        {
            "start": 871300281,
            "stop": 871300433
        },
        {
            "start": 871300496,
            "stop": 871300698
        },
        {
            "start": 871300998,
            "stop": 871301158
        }
    ]
}