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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1482",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1480",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1481,
    "results": [
        {
            "start": 863296795,
            "stop": 863301784
        },
        {
            "start": 863302793,
            "stop": 863311365
        },
        {
            "start": 863311578,
            "stop": 863316562
        },
        {
            "start": 863316814,
            "stop": 863344381
        },
        {
            "start": 863346730,
            "stop": 863367903
        },
        {
            "start": 863367995,
            "stop": 863377877
        },
        {
            "start": 863378803,
            "stop": 863398037
        },
        {
            "start": 863398212,
            "stop": 863413930
        },
        {
            "start": 863413933,
            "stop": 863435873
        },
        {
            "start": 863436158,
            "stop": 863457747
        },
        {
            "start": 863459746,
            "stop": 863460001
        },
        {
            "start": 863460425,
            "stop": 863461077
        },
        {
            "start": 863461080,
            "stop": 863461296
        },
        {
            "start": 863461610,
            "stop": 863462406
        },
        {
            "start": 863465693,
            "stop": 863466220
        },
        {
            "start": 863470576,
            "stop": 863472374
        },
        {
            "start": 863475233,
            "stop": 863476540
        },
        {
            "start": 863477797,
            "stop": 863484763
        },
        {
            "start": 863485061,
            "stop": 863528911
        },
        {
            "start": 863529029,
            "stop": 863532164
        }
    ]
}