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=1899
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=1900",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1898",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1899,
    "results": [
        {
            "start": 1251526501,
            "stop": 1251526574
        },
        {
            "start": 1251526577,
            "stop": 1251527153
        },
        {
            "start": 1251527156,
            "stop": 1251527825
        },
        {
            "start": 1251527828,
            "stop": 1251528164
        },
        {
            "start": 1251528167,
            "stop": 1251529171
        },
        {
            "start": 1251529174,
            "stop": 1251530558
        },
        {
            "start": 1251530561,
            "stop": 1251530714
        },
        {
            "start": 1251530717,
            "stop": 1251530737
        },
        {
            "start": 1251530739,
            "stop": 1251530823
        },
        {
            "start": 1251530826,
            "stop": 1251531551
        },
        {
            "start": 1251531554,
            "stop": 1251531865
        },
        {
            "start": 1251531868,
            "stop": 1251531873
        },
        {
            "start": 1251531876,
            "stop": 1251532496
        },
        {
            "start": 1251532499,
            "stop": 1251532664
        },
        {
            "start": 1251532667,
            "stop": 1251532790
        },
        {
            "start": 1251532793,
            "stop": 1251532802
        },
        {
            "start": 1251532805,
            "stop": 1251532806
        },
        {
            "start": 1251532809,
            "stop": 1251532810
        },
        {
            "start": 1251532813,
            "stop": 1251532819
        },
        {
            "start": 1251532822,
            "stop": 1251534503
        }
    ]
}