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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=401",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 402,
    "results": [
        {
            "start": 847785505,
            "stop": 847785559
        },
        {
            "start": 847785561,
            "stop": 847785620
        },
        {
            "start": 847785622,
            "stop": 847785623
        },
        {
            "start": 847785626,
            "stop": 847785677
        },
        {
            "start": 847785678,
            "stop": 847785708
        },
        {
            "start": 847785711,
            "stop": 847785717
        },
        {
            "start": 847785719,
            "stop": 847785720
        },
        {
            "start": 847785721,
            "stop": 847785743
        },
        {
            "start": 847785747,
            "stop": 847785748
        },
        {
            "start": 847785749,
            "stop": 847785750
        },
        {
            "start": 847785752,
            "stop": 847785763
        },
        {
            "start": 847785764,
            "stop": 847785785
        },
        {
            "start": 847785786,
            "stop": 847785805
        },
        {
            "start": 847785808,
            "stop": 847785828
        },
        {
            "start": 847785830,
            "stop": 847785847
        },
        {
            "start": 847785849,
            "stop": 847785884
        },
        {
            "start": 847785885,
            "stop": 847785920
        },
        {
            "start": 847785921,
            "stop": 847785930
        },
        {
            "start": 847785931,
            "stop": 847785933
        },
        {
            "start": 847785934,
            "stop": 847785955
        }
    ]
}