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=9881
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=9882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9880",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9881,
    "results": [
        {
            "start": 874412158,
            "stop": 874412168
        },
        {
            "start": 874412177,
            "stop": 874412180
        },
        {
            "start": 874412183,
            "stop": 874412187
        },
        {
            "start": 874412190,
            "stop": 874412191
        },
        {
            "start": 874412197,
            "stop": 874412268
        },
        {
            "start": 874412271,
            "stop": 874412339
        },
        {
            "start": 874412342,
            "stop": 874412343
        },
        {
            "start": 874412346,
            "stop": 874412373
        },
        {
            "start": 874412376,
            "stop": 874412377
        },
        {
            "start": 874412380,
            "stop": 874412469
        },
        {
            "start": 874412472,
            "stop": 874412571
        },
        {
            "start": 874412574,
            "stop": 874413237
        },
        {
            "start": 874413239,
            "stop": 874414148
        },
        {
            "start": 874414149,
            "stop": 874414312
        },
        {
            "start": 874414313,
            "stop": 874414547
        },
        {
            "start": 874414550,
            "stop": 874414559
        },
        {
            "start": 874414562,
            "stop": 874414586
        },
        {
            "start": 874414592,
            "stop": 874416756
        },
        {
            "start": 874416760,
            "stop": 874416761
        },
        {
            "start": 874416764,
            "stop": 874416876
        }
    ]
}