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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 136,
    "results": [
        {
            "start": 1239676899,
            "stop": 1239677420
        },
        {
            "start": 1239677423,
            "stop": 1239678379
        },
        {
            "start": 1239678382,
            "stop": 1239678575
        },
        {
            "start": 1239678576,
            "stop": 1239678623
        },
        {
            "start": 1239678624,
            "stop": 1239678688
        },
        {
            "start": 1239678689,
            "stop": 1239678741
        },
        {
            "start": 1239678744,
            "stop": 1239679138
        },
        {
            "start": 1239679139,
            "stop": 1239679735
        },
        {
            "start": 1239679736,
            "stop": 1239679752
        },
        {
            "start": 1239679754,
            "stop": 1239679758
        },
        {
            "start": 1239679759,
            "stop": 1239679963
        },
        {
            "start": 1239679965,
            "stop": 1239679969
        },
        {
            "start": 1239679970,
            "stop": 1239680035
        },
        {
            "start": 1239680036,
            "stop": 1239680173
        },
        {
            "start": 1239680174,
            "stop": 1239680176
        },
        {
            "start": 1239680179,
            "stop": 1239680382
        },
        {
            "start": 1239680383,
            "stop": 1239680429
        },
        {
            "start": 1239680431,
            "stop": 1239680785
        },
        {
            "start": 1239680786,
            "stop": 1239680790
        },
        {
            "start": 1239680791,
            "stop": 1239680883
        }
    ]
}