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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=284",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 285,
    "results": [
        {
            "start": 822064304,
            "stop": 822064933
        },
        {
            "start": 822065156,
            "stop": 822066185
        },
        {
            "start": 822066974,
            "stop": 822069939
        },
        {
            "start": 822070020,
            "stop": 822073802
        },
        {
            "start": 822073823,
            "stop": 822076548
        },
        {
            "start": 822076565,
            "stop": 822077644
        },
        {
            "start": 822079059,
            "stop": 822080939
        },
        {
            "start": 822081996,
            "stop": 822082320
        },
        {
            "start": 822082440,
            "stop": 822082800
        },
        {
            "start": 822082920,
            "stop": 822083043
        },
        {
            "start": 822083060,
            "stop": 822083334
        },
        {
            "start": 822083356,
            "stop": 822084253
        },
        {
            "start": 822084352,
            "stop": 822084969
        },
        {
            "start": 822084991,
            "stop": 822085116
        },
        {
            "start": 822085976,
            "stop": 822086272
        },
        {
            "start": 822086306,
            "stop": 822088065
        },
        {
            "start": 822088082,
            "stop": 822088090
        },
        {
            "start": 822089508,
            "stop": 822089649
        },
        {
            "start": 822091576,
            "stop": 822092411
        },
        {
            "start": 822093343,
            "stop": 822094441
        }
    ]
}