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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=175",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 176,
    "results": [
        {
            "start": 1239855000,
            "stop": 1239855071
        },
        {
            "start": 1239855072,
            "stop": 1239855193
        },
        {
            "start": 1239855194,
            "stop": 1239855222
        },
        {
            "start": 1239855225,
            "stop": 1239855236
        },
        {
            "start": 1239855237,
            "stop": 1239855310
        },
        {
            "start": 1239855312,
            "stop": 1239855384
        },
        {
            "start": 1239855385,
            "stop": 1239855557
        },
        {
            "start": 1239855558,
            "stop": 1239855583
        },
        {
            "start": 1239855584,
            "stop": 1239855635
        },
        {
            "start": 1239855638,
            "stop": 1239855732
        },
        {
            "start": 1239855733,
            "stop": 1239856109
        },
        {
            "start": 1239856110,
            "stop": 1239856367
        },
        {
            "start": 1239856368,
            "stop": 1239856569
        },
        {
            "start": 1239856572,
            "stop": 1239856699
        },
        {
            "start": 1239856700,
            "stop": 1239856770
        },
        {
            "start": 1239856771,
            "stop": 1239856814
        },
        {
            "start": 1239856815,
            "stop": 1239856950
        },
        {
            "start": 1239856952,
            "stop": 1239857170
        },
        {
            "start": 1239857172,
            "stop": 1239857450
        },
        {
            "start": 1239857451,
            "stop": 1239857664
        }
    ]
}