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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=204",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 205,
    "results": [
        {
            "start": 820906118,
            "stop": 820906635
        },
        {
            "start": 820906638,
            "stop": 820906959
        },
        {
            "start": 820906962,
            "stop": 820907560
        },
        {
            "start": 820907564,
            "stop": 820908024
        },
        {
            "start": 820908027,
            "stop": 820908185
        },
        {
            "start": 820908188,
            "stop": 820909108
        },
        {
            "start": 820909112,
            "stop": 820909493
        },
        {
            "start": 820909496,
            "stop": 820909753
        },
        {
            "start": 820910486,
            "stop": 820910676
        },
        {
            "start": 820910680,
            "stop": 820911179
        },
        {
            "start": 820911183,
            "stop": 820911391
        },
        {
            "start": 820911395,
            "stop": 820911739
        },
        {
            "start": 820911742,
            "stop": 820911840
        },
        {
            "start": 820911900,
            "stop": 820912088
        },
        {
            "start": 820912091,
            "stop": 820912579
        },
        {
            "start": 820912582,
            "stop": 820912825
        },
        {
            "start": 820912829,
            "stop": 820913098
        },
        {
            "start": 820913101,
            "stop": 820913158
        },
        {
            "start": 820913161,
            "stop": 820913189
        },
        {
            "start": 820913192,
            "stop": 820913200
        }
    ]
}