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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1852",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1850",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1851,
    "results": [
        {
            "start": 1250654498,
            "stop": 1250654500
        },
        {
            "start": 1250654501,
            "stop": 1250654776
        },
        {
            "start": 1250654777,
            "stop": 1250657907
        },
        {
            "start": 1250657909,
            "stop": 1250658018
        },
        {
            "start": 1250658021,
            "stop": 1250660925
        },
        {
            "start": 1250660928,
            "stop": 1250661397
        },
        {
            "start": 1250661400,
            "stop": 1250661446
        },
        {
            "start": 1250661454,
            "stop": 1250663040
        },
        {
            "start": 1250663043,
            "stop": 1250663844
        },
        {
            "start": 1250663846,
            "stop": 1250665274
        },
        {
            "start": 1250665282,
            "stop": 1250665601
        },
        {
            "start": 1250665609,
            "stop": 1250665615
        },
        {
            "start": 1250675596,
            "stop": 1250675943
        },
        {
            "start": 1250675946,
            "stop": 1250679618
        },
        {
            "start": 1250679621,
            "stop": 1250679845
        },
        {
            "start": 1250679853,
            "stop": 1250680131
        },
        {
            "start": 1250680134,
            "stop": 1250680264
        },
        {
            "start": 1250680272,
            "stop": 1250680396
        },
        {
            "start": 1250680399,
            "stop": 1250681898
        },
        {
            "start": 1250681901,
            "stop": 1250682589
        }
    ]
}