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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=228",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 229,
    "results": [
        {
            "start": 820909496,
            "stop": 820909753
        },
        {
            "start": 820910486,
            "stop": 820910676
        },
        {
            "start": 820910680,
            "stop": 820911179
        },
        {
            "start": 820911183,
            "stop": 820911391
        },
        {
            "start": 820911395,
            "stop": 820911739
        },
        {
            "start": 820911742,
            "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
        },
        {
            "start": 820913203,
            "stop": 820913336
        },
        {
            "start": 820913340,
            "stop": 820913359
        },
        {
            "start": 820913362,
            "stop": 820913475
        },
        {
            "start": 820913478,
            "stop": 820913506
        },
        {
            "start": 820913670,
            "stop": 820913801
        },
        {
            "start": 820913805,
            "stop": 820914334
        },
        {
            "start": 820914337,
            "stop": 820914737
        },
        {
            "start": 820914741,
            "stop": 820914752
        }
    ]
}