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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40947",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40948,
    "results": [
        {
            "start": 875117913,
            "stop": 875117926
        },
        {
            "start": 875117928,
            "stop": 875117951
        },
        {
            "start": 875117953,
            "stop": 875117966
        },
        {
            "start": 875117967,
            "stop": 875118036
        },
        {
            "start": 875118037,
            "stop": 875118049
        },
        {
            "start": 875118050,
            "stop": 875118119
        },
        {
            "start": 875118121,
            "stop": 875118143
        },
        {
            "start": 875118145,
            "stop": 875118167
        },
        {
            "start": 875118168,
            "stop": 875118202
        },
        {
            "start": 875118203,
            "stop": 875118266
        },
        {
            "start": 875118268,
            "stop": 875118328
        },
        {
            "start": 875118329,
            "stop": 875118426
        },
        {
            "start": 875118427,
            "stop": 875118497
        },
        {
            "start": 875118498,
            "stop": 875118521
        },
        {
            "start": 875118525,
            "stop": 875118557
        },
        {
            "start": 875118558,
            "stop": 875118711
        },
        {
            "start": 875118712,
            "stop": 875118717
        },
        {
            "start": 875118719,
            "stop": 875118722
        },
        {
            "start": 875118723,
            "stop": 875118737
        },
        {
            "start": 875118738,
            "stop": 875118741
        }
    ]
}