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=925
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=926",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=924",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 925,
    "results": [
        {
            "start": 1251500159,
            "stop": 1251500415
        },
        {
            "start": 1251500419,
            "stop": 1251500422
        },
        {
            "start": 1251500427,
            "stop": 1251500442
        },
        {
            "start": 1251500447,
            "stop": 1251500593
        },
        {
            "start": 1251500598,
            "stop": 1251500604
        },
        {
            "start": 1251500609,
            "stop": 1251500610
        },
        {
            "start": 1251500615,
            "stop": 1251500628
        },
        {
            "start": 1251500634,
            "stop": 1251500676
        },
        {
            "start": 1251500681,
            "stop": 1251500726
        },
        {
            "start": 1251500731,
            "stop": 1251500739
        },
        {
            "start": 1251507353,
            "stop": 1251507441
        },
        {
            "start": 1251507445,
            "stop": 1251508211
        },
        {
            "start": 1251508216,
            "stop": 1251509421
        },
        {
            "start": 1251509425,
            "stop": 1251509963
        },
        {
            "start": 1251509967,
            "stop": 1251510995
        },
        {
            "start": 1251510999,
            "stop": 1251511142
        },
        {
            "start": 1251511145,
            "stop": 1251511510
        },
        {
            "start": 1251511514,
            "stop": 1251511961
        },
        {
            "start": 1251511964,
            "stop": 1251512805
        },
        {
            "start": 1251512809,
            "stop": 1251513212
        }
    ]
}