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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=979",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=977",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 978,
    "results": [
        {
            "start": 1251717260,
            "stop": 1251717574
        },
        {
            "start": 1251717577,
            "stop": 1251717747
        },
        {
            "start": 1251717752,
            "stop": 1251717761
        },
        {
            "start": 1251717765,
            "stop": 1251717983
        },
        {
            "start": 1251717988,
            "stop": 1251718024
        },
        {
            "start": 1251718028,
            "stop": 1251718297
        },
        {
            "start": 1251718302,
            "stop": 1251718331
        },
        {
            "start": 1251718336,
            "stop": 1251718446
        },
        {
            "start": 1251718451,
            "stop": 1251718511
        },
        {
            "start": 1251718516,
            "stop": 1251718573
        },
        {
            "start": 1251718578,
            "stop": 1251718664
        },
        {
            "start": 1251718669,
            "stop": 1251718673
        },
        {
            "start": 1251718676,
            "stop": 1251718777
        },
        {
            "start": 1251718782,
            "stop": 1251718824
        },
        {
            "start": 1251718829,
            "stop": 1251718891
        },
        {
            "start": 1251718894,
            "stop": 1251719055
        },
        {
            "start": 1251719058,
            "stop": 1251719078
        },
        {
            "start": 1251719083,
            "stop": 1251719355
        },
        {
            "start": 1251719359,
            "stop": 1251719643
        },
        {
            "start": 1251719648,
            "stop": 1251719834
        }
    ]
}