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=1862
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=1863",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1861",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1862,
    "results": [
        {
            "start": 1250773959,
            "stop": 1250774085
        },
        {
            "start": 1250774086,
            "stop": 1250774093
        },
        {
            "start": 1250774094,
            "stop": 1250774096
        },
        {
            "start": 1250774098,
            "stop": 1250774109
        },
        {
            "start": 1250774111,
            "stop": 1250774130
        },
        {
            "start": 1250774132,
            "stop": 1250774133
        },
        {
            "start": 1250774134,
            "stop": 1250774152
        },
        {
            "start": 1250774154,
            "stop": 1250774186
        },
        {
            "start": 1250774189,
            "stop": 1250774193
        },
        {
            "start": 1250774195,
            "stop": 1250774200
        },
        {
            "start": 1250774206,
            "stop": 1250774209
        },
        {
            "start": 1250774216,
            "stop": 1250774217
        },
        {
            "start": 1250774218,
            "stop": 1250774235
        },
        {
            "start": 1250774237,
            "stop": 1250774256
        },
        {
            "start": 1250774258,
            "stop": 1250774281
        },
        {
            "start": 1250774284,
            "stop": 1250774286
        },
        {
            "start": 1250774287,
            "stop": 1250774404
        },
        {
            "start": 1250774406,
            "stop": 1250774409
        },
        {
            "start": 1250774411,
            "stop": 1250774416
        },
        {
            "start": 1250774417,
            "stop": 1250774424
        }
    ]
}