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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=195",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 196,
    "results": [
        {
            "start": 1239867913,
            "stop": 1239868031
        },
        {
            "start": 1239868033,
            "stop": 1239868151
        },
        {
            "start": 1239868153,
            "stop": 1239868271
        },
        {
            "start": 1239868273,
            "stop": 1239868391
        },
        {
            "start": 1239868393,
            "stop": 1239868511
        },
        {
            "start": 1239868513,
            "stop": 1239868631
        },
        {
            "start": 1239868633,
            "stop": 1239868751
        },
        {
            "start": 1239868753,
            "stop": 1239868871
        },
        {
            "start": 1239868873,
            "stop": 1239868991
        },
        {
            "start": 1239868993,
            "stop": 1239869111
        },
        {
            "start": 1239869113,
            "stop": 1239869231
        },
        {
            "start": 1239869233,
            "stop": 1239869351
        },
        {
            "start": 1239869353,
            "stop": 1239869451
        },
        {
            "start": 1239869453,
            "stop": 1239869591
        },
        {
            "start": 1239869593,
            "stop": 1239869711
        },
        {
            "start": 1239869713,
            "stop": 1239869811
        },
        {
            "start": 1239869813,
            "stop": 1239869951
        },
        {
            "start": 1239869953,
            "stop": 1239870071
        },
        {
            "start": 1239870073,
            "stop": 1239870191
        },
        {
            "start": 1239870193,
            "stop": 1239870311
        }
    ]
}