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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=22",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 23,
    "results": [
        {
            "start": 1379299194,
            "stop": 1379328549
        },
        {
            "start": 1379346477,
            "stop": 1379352381
        },
        {
            "start": 1379381016,
            "stop": 1379414536
        },
        {
            "start": 1379434244,
            "stop": 1379461266
        },
        {
            "start": 1379461366,
            "stop": 1379482799
        },
        {
            "start": 1379496609,
            "stop": 1379531346
        },
        {
            "start": 1379531437,
            "stop": 1379531442
        },
        {
            "start": 1379540060,
            "stop": 1379586291
        },
        {
            "start": 1379593319,
            "stop": 1379696271
        },
        {
            "start": 1379698887,
            "stop": 1379726789
        },
        {
            "start": 1379745181,
            "stop": 1379745851
        },
        {
            "start": 1379746807,
            "stop": 1379773366
        },
        {
            "start": 1379774463,
            "stop": 1379774716
        },
        {
            "start": 1379799472,
            "stop": 1379805676
        },
        {
            "start": 1379815125,
            "stop": 1379845756
        },
        {
            "start": 1379852881,
            "stop": 1379871922
        },
        {
            "start": 1379905356,
            "stop": 1379908186
        },
        {
            "start": 1379912659,
            "stop": 1379964609
        },
        {
            "start": 1379966571,
            "stop": 1379983081
        },
        {
            "start": 1379991239,
            "stop": 1380049359
        }
    ]
}