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=9939
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=9940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9938",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9939,
    "results": [
        {
            "start": 871039800,
            "stop": 871039828
        },
        {
            "start": 871039873,
            "stop": 871039924
        },
        {
            "start": 871039976,
            "stop": 871040040
        },
        {
            "start": 871040100,
            "stop": 871040280
        },
        {
            "start": 871040340,
            "stop": 871040460
        },
        {
            "start": 871040820,
            "stop": 871040940
        },
        {
            "start": 871041310,
            "stop": 871041419
        },
        {
            "start": 871041453,
            "stop": 871041458
        },
        {
            "start": 871041475,
            "stop": 871041780
        },
        {
            "start": 871042080,
            "stop": 871042200
        },
        {
            "start": 871042260,
            "stop": 871042440
        },
        {
            "start": 871042560,
            "stop": 871042620
        },
        {
            "start": 871042680,
            "stop": 871044660
        },
        {
            "start": 871046092,
            "stop": 871046184
        },
        {
            "start": 871046230,
            "stop": 871047450
        },
        {
            "start": 871050676,
            "stop": 871050689
        },
        {
            "start": 871050764,
            "stop": 871050768
        },
        {
            "start": 871050838,
            "stop": 871050839
        },
        {
            "start": 871050900,
            "stop": 871051072
        },
        {
            "start": 871051106,
            "stop": 871053592
        }
    ]
}