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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1880",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1878",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1879,
    "results": [
        {
            "start": 1251039136,
            "stop": 1251039869
        },
        {
            "start": 1251039872,
            "stop": 1251040055
        },
        {
            "start": 1251040058,
            "stop": 1251040974
        },
        {
            "start": 1251040977,
            "stop": 1251042191
        },
        {
            "start": 1251042194,
            "stop": 1251042211
        },
        {
            "start": 1251042214,
            "stop": 1251043575
        },
        {
            "start": 1251043583,
            "stop": 1251043905
        },
        {
            "start": 1251043907,
            "stop": 1251043931
        },
        {
            "start": 1251043934,
            "stop": 1251044544
        },
        {
            "start": 1251044547,
            "stop": 1251046713
        },
        {
            "start": 1251046716,
            "stop": 1251046939
        },
        {
            "start": 1251046942,
            "stop": 1251048604
        },
        {
            "start": 1251048607,
            "stop": 1251048874
        },
        {
            "start": 1251048879,
            "stop": 1251048993
        },
        {
            "start": 1251048995,
            "stop": 1251049537
        },
        {
            "start": 1251049540,
            "stop": 1251049748
        },
        {
            "start": 1251049750,
            "stop": 1251050740
        },
        {
            "start": 1251050742,
            "stop": 1251051359
        },
        {
            "start": 1251051362,
            "stop": 1251052062
        },
        {
            "start": 1251052065,
            "stop": 1251052275
        }
    ]
}