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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1674",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1672",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1673,
    "results": [
        {
            "start": 1248714464,
            "stop": 1248715557
        },
        {
            "start": 1248715560,
            "stop": 1248715845
        },
        {
            "start": 1248718640,
            "stop": 1248719061
        },
        {
            "start": 1248719064,
            "stop": 1248719498
        },
        {
            "start": 1248719501,
            "stop": 1248719727
        },
        {
            "start": 1248719729,
            "stop": 1248719732
        },
        {
            "start": 1248719734,
            "stop": 1248720122
        },
        {
            "start": 1248720125,
            "stop": 1248720135
        },
        {
            "start": 1248720136,
            "stop": 1248720150
        },
        {
            "start": 1248720151,
            "stop": 1248720338
        },
        {
            "start": 1248720340,
            "stop": 1248720342
        },
        {
            "start": 1248720344,
            "stop": 1248720747
        },
        {
            "start": 1248736940,
            "stop": 1248737187
        },
        {
            "start": 1248737190,
            "stop": 1248738000
        },
        {
            "start": 1248738002,
            "stop": 1248739563
        },
        {
            "start": 1248739565,
            "stop": 1248740138
        },
        {
            "start": 1248740140,
            "stop": 1248742853
        },
        {
            "start": 1248742856,
            "stop": 1248743952
        },
        {
            "start": 1248743955,
            "stop": 1248746068
        },
        {
            "start": 1248746071,
            "stop": 1248746874
        }
    ]
}