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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=53",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 54,
    "results": [
        {
            "start": 817555322,
            "stop": 817555500
        },
        {
            "start": 817555504,
            "stop": 817564038
        },
        {
            "start": 817564041,
            "stop": 817564065
        },
        {
            "start": 817564071,
            "stop": 817564084
        },
        {
            "start": 817564087,
            "stop": 817565463
        },
        {
            "start": 817565466,
            "stop": 817565650
        },
        {
            "start": 817565653,
            "stop": 817565899
        },
        {
            "start": 817580832,
            "stop": 817583635
        },
        {
            "start": 817583639,
            "stop": 817583641
        },
        {
            "start": 817583644,
            "stop": 817585442
        },
        {
            "start": 817585445,
            "stop": 817586655
        },
        {
            "start": 817586661,
            "stop": 817586675
        },
        {
            "start": 817586678,
            "stop": 817586698
        },
        {
            "start": 817586701,
            "stop": 817586708
        },
        {
            "start": 817586711,
            "stop": 817586935
        },
        {
            "start": 817586942,
            "stop": 817587019
        },
        {
            "start": 817587027,
            "stop": 817587274
        },
        {
            "start": 817587282,
            "stop": 817587341
        },
        {
            "start": 817588104,
            "stop": 817588105
        },
        {
            "start": 817588111,
            "stop": 817588123
        }
    ]
}