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=1827
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=1828",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1826",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1827,
    "results": [
        {
            "start": 1250333708,
            "stop": 1250333984
        },
        {
            "start": 1250333985,
            "stop": 1250334077
        },
        {
            "start": 1250334079,
            "stop": 1250334091
        },
        {
            "start": 1250334093,
            "stop": 1250334100
        },
        {
            "start": 1250334101,
            "stop": 1250334102
        },
        {
            "start": 1250334104,
            "stop": 1250334122
        },
        {
            "start": 1250334123,
            "stop": 1250334276
        },
        {
            "start": 1250334279,
            "stop": 1250334378
        },
        {
            "start": 1250334386,
            "stop": 1250334483
        },
        {
            "start": 1250334484,
            "stop": 1250334489
        },
        {
            "start": 1250334490,
            "stop": 1250334571
        },
        {
            "start": 1250334573,
            "stop": 1250334808
        },
        {
            "start": 1250334810,
            "stop": 1250334816
        },
        {
            "start": 1250334820,
            "stop": 1250334822
        },
        {
            "start": 1250334824,
            "stop": 1250334844
        },
        {
            "start": 1250334848,
            "stop": 1250334972
        },
        {
            "start": 1250334974,
            "stop": 1250335065
        },
        {
            "start": 1250335068,
            "stop": 1250335559
        },
        {
            "start": 1250335561,
            "stop": 1250335566
        },
        {
            "start": 1250335568,
            "stop": 1250335989
        }
    ]
}