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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9863",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9864,
    "results": [
        {
            "start": 874277940,
            "stop": 874278278
        },
        {
            "start": 874278295,
            "stop": 874278953
        },
        {
            "start": 874279073,
            "stop": 874279110
        },
        {
            "start": 874279127,
            "stop": 874279200
        },
        {
            "start": 874279320,
            "stop": 874279740
        },
        {
            "start": 874279800,
            "stop": 874279991
        },
        {
            "start": 874280111,
            "stop": 874280640
        },
        {
            "start": 874280805,
            "stop": 874281152
        },
        {
            "start": 874281192,
            "stop": 874281360
        },
        {
            "start": 874281480,
            "stop": 874281505
        },
        {
            "start": 874281720,
            "stop": 874281780
        },
        {
            "start": 874281840,
            "stop": 874281960
        },
        {
            "start": 874282020,
            "stop": 874282140
        },
        {
            "start": 874282200,
            "stop": 874282402
        },
        {
            "start": 874282562,
            "stop": 874282660
        },
        {
            "start": 874282921,
            "stop": 874283071
        },
        {
            "start": 874283088,
            "stop": 874283100
        },
        {
            "start": 874283160,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874283854
        },
        {
            "start": 874283871,
            "stop": 874283928
        }
    ]
}