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=1358
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=1359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1357",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1358,
    "results": [
        {
            "start": 843854032,
            "stop": 843854046
        },
        {
            "start": 843854049,
            "stop": 843854097
        },
        {
            "start": 843854100,
            "stop": 843854177
        },
        {
            "start": 843854180,
            "stop": 843854228
        },
        {
            "start": 843854231,
            "stop": 843854340
        },
        {
            "start": 843854343,
            "stop": 843854351
        },
        {
            "start": 843854354,
            "stop": 843854363
        },
        {
            "start": 843854366,
            "stop": 843854491
        },
        {
            "start": 843854494,
            "stop": 843854552
        },
        {
            "start": 843854555,
            "stop": 843854559
        },
        {
            "start": 843854562,
            "stop": 843854578
        },
        {
            "start": 843854581,
            "stop": 843854630
        },
        {
            "start": 843854633,
            "stop": 843854733
        },
        {
            "start": 843854736,
            "stop": 843854791
        },
        {
            "start": 843854796,
            "stop": 843854811
        },
        {
            "start": 843854814,
            "stop": 843854915
        },
        {
            "start": 843854918,
            "stop": 843855088
        },
        {
            "start": 843855091,
            "stop": 843855227
        },
        {
            "start": 843855230,
            "stop": 843855254
        },
        {
            "start": 843855257,
            "stop": 843855422
        }
    ]
}