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=1850
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=1851",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1849",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1850,
    "results": [
        {
            "start": 1250622772,
            "stop": 1250622787
        },
        {
            "start": 1250622790,
            "stop": 1250622944
        },
        {
            "start": 1250622945,
            "stop": 1250623754
        },
        {
            "start": 1250623755,
            "stop": 1250624271
        },
        {
            "start": 1250624272,
            "stop": 1250624657
        },
        {
            "start": 1250624659,
            "stop": 1250624799
        },
        {
            "start": 1250624801,
            "stop": 1250626533
        },
        {
            "start": 1250626535,
            "stop": 1250626732
        },
        {
            "start": 1250626733,
            "stop": 1250626737
        },
        {
            "start": 1250626739,
            "stop": 1250626742
        },
        {
            "start": 1250626745,
            "stop": 1250627962
        },
        {
            "start": 1250627965,
            "stop": 1250628515
        },
        {
            "start": 1250643571,
            "stop": 1250646586
        },
        {
            "start": 1250646589,
            "stop": 1250648107
        },
        {
            "start": 1250648110,
            "stop": 1250650494
        },
        {
            "start": 1250650497,
            "stop": 1250650574
        },
        {
            "start": 1250650577,
            "stop": 1250651694
        },
        {
            "start": 1250651696,
            "stop": 1250651928
        },
        {
            "start": 1250651931,
            "stop": 1250654495
        },
        {
            "start": 1250654496,
            "stop": 1250654497
        }
    ]
}