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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=300",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 301,
    "results": [
        {
            "start": 822823181,
            "stop": 822823195
        },
        {
            "start": 822823260,
            "stop": 822823264
        },
        {
            "start": 822823268,
            "stop": 822823273
        },
        {
            "start": 822823276,
            "stop": 822823292
        },
        {
            "start": 822823300,
            "stop": 822823330
        },
        {
            "start": 822823673,
            "stop": 822823693
        },
        {
            "start": 822823703,
            "stop": 822823713
        },
        {
            "start": 822823722,
            "stop": 822823844
        },
        {
            "start": 822824025,
            "stop": 822824026
        },
        {
            "start": 822824029,
            "stop": 822824031
        },
        {
            "start": 822824034,
            "stop": 822824092
        },
        {
            "start": 822824100,
            "stop": 822824126
        },
        {
            "start": 822824192,
            "stop": 822824247
        },
        {
            "start": 822824251,
            "stop": 822824320
        },
        {
            "start": 822824323,
            "stop": 822824357
        },
        {
            "start": 822824361,
            "stop": 822824416
        },
        {
            "start": 822824419,
            "stop": 822824580
        },
        {
            "start": 822824640,
            "stop": 822824647
        },
        {
            "start": 822824650,
            "stop": 822824673
        },
        {
            "start": 822824677,
            "stop": 822824743
        }
    ]
}