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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=191",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 192,
    "results": [
        {
            "start": 1374711999,
            "stop": 1374714454
        },
        {
            "start": 1374714456,
            "stop": 1374714900
        },
        {
            "start": 1374723337,
            "stop": 1374724175
        },
        {
            "start": 1374724501,
            "stop": 1374724757
        },
        {
            "start": 1374724759,
            "stop": 1374725792
        },
        {
            "start": 1374725796,
            "stop": 1374729883
        },
        {
            "start": 1374729885,
            "stop": 1374730909
        },
        {
            "start": 1374730912,
            "stop": 1374731436
        },
        {
            "start": 1374731437,
            "stop": 1374733593
        },
        {
            "start": 1374733595,
            "stop": 1374734247
        },
        {
            "start": 1374734248,
            "stop": 1374735481
        },
        {
            "start": 1374735482,
            "stop": 1374736185
        },
        {
            "start": 1374736425,
            "stop": 1374736452
        },
        {
            "start": 1374736733,
            "stop": 1374738070
        },
        {
            "start": 1374738072,
            "stop": 1374738349
        },
        {
            "start": 1374738634,
            "stop": 1374740003
        },
        {
            "start": 1374740249,
            "stop": 1374740257
        },
        {
            "start": 1374740259,
            "stop": 1374740488
        },
        {
            "start": 1374740770,
            "stop": 1374743860
        },
        {
            "start": 1374744096,
            "stop": 1374745582
        }
    ]
}