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=9816
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=9817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9815",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9816,
    "results": [
        {
            "start": 873977092,
            "stop": 873977416
        },
        {
            "start": 873977419,
            "stop": 873977634
        },
        {
            "start": 873977637,
            "stop": 873977638
        },
        {
            "start": 873977644,
            "stop": 873978345
        },
        {
            "start": 873978348,
            "stop": 873978356
        },
        {
            "start": 873978359,
            "stop": 873979643
        },
        {
            "start": 873979646,
            "stop": 873979648
        },
        {
            "start": 873979651,
            "stop": 873980006
        },
        {
            "start": 873980010,
            "stop": 873980016
        },
        {
            "start": 873980019,
            "stop": 873981593
        },
        {
            "start": 873981596,
            "stop": 873982510
        },
        {
            "start": 873982513,
            "stop": 873982525
        },
        {
            "start": 873982528,
            "stop": 873982568
        },
        {
            "start": 873982573,
            "stop": 873982585
        },
        {
            "start": 873982588,
            "stop": 873982591
        },
        {
            "start": 873982594,
            "stop": 873982634
        },
        {
            "start": 873982637,
            "stop": 873982734
        },
        {
            "start": 873982740,
            "stop": 873982786
        },
        {
            "start": 873982789,
            "stop": 873982873
        },
        {
            "start": 873982876,
            "stop": 873982885
        }
    ]
}