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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1696",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1694",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1695,
    "results": [
        {
            "start": 1249004129,
            "stop": 1249004130
        },
        {
            "start": 1249004131,
            "stop": 1249004133
        },
        {
            "start": 1249004139,
            "stop": 1249004144
        },
        {
            "start": 1249004149,
            "stop": 1249004150
        },
        {
            "start": 1249004151,
            "stop": 1249004152
        },
        {
            "start": 1249004156,
            "stop": 1249004157
        },
        {
            "start": 1249004158,
            "stop": 1249004162
        },
        {
            "start": 1249004167,
            "stop": 1249004197
        },
        {
            "start": 1249004198,
            "stop": 1249004207
        },
        {
            "start": 1249004209,
            "stop": 1249004216
        },
        {
            "start": 1249004217,
            "stop": 1249004218
        },
        {
            "start": 1249004219,
            "stop": 1249004220
        },
        {
            "start": 1249004221,
            "stop": 1249004222
        },
        {
            "start": 1249004223,
            "stop": 1249004225
        },
        {
            "start": 1249004228,
            "stop": 1249004241
        },
        {
            "start": 1249004247,
            "stop": 1249004265
        },
        {
            "start": 1249004266,
            "stop": 1249004270
        },
        {
            "start": 1249004294,
            "stop": 1249004304
        },
        {
            "start": 1249004308,
            "stop": 1249004319
        },
        {
            "start": 1249004320,
            "stop": 1249004324
        }
    ]
}