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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=148",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 149,
    "results": [
        {
            "start": 816765968,
            "stop": 816766033
        },
        {
            "start": 816766036,
            "stop": 816766217
        },
        {
            "start": 816766222,
            "stop": 816766295
        },
        {
            "start": 816766300,
            "stop": 816766326
        },
        {
            "start": 816766331,
            "stop": 816766332
        },
        {
            "start": 816766336,
            "stop": 816766359
        },
        {
            "start": 816766363,
            "stop": 816766373
        },
        {
            "start": 816766379,
            "stop": 816766483
        },
        {
            "start": 816766486,
            "stop": 816766631
        },
        {
            "start": 816766634,
            "stop": 816766657
        },
        {
            "start": 816766660,
            "stop": 816766683
        },
        {
            "start": 816766688,
            "stop": 816766708
        },
        {
            "start": 816766712,
            "stop": 816766716
        },
        {
            "start": 816766720,
            "stop": 816766725
        },
        {
            "start": 816766728,
            "stop": 816766735
        },
        {
            "start": 816766738,
            "stop": 816766760
        },
        {
            "start": 816766764,
            "stop": 816766773
        },
        {
            "start": 816766778,
            "stop": 816766796
        },
        {
            "start": 816766800,
            "stop": 816766801
        },
        {
            "start": 816766808,
            "stop": 816766824
        }
    ]
}