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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=364",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 365,
    "results": [
        {
            "start": 835441490,
            "stop": 835443170
        },
        {
            "start": 835444431,
            "stop": 835446411
        },
        {
            "start": 835447582,
            "stop": 835448722
        },
        {
            "start": 835477419,
            "stop": 835477539
        },
        {
            "start": 835478792,
            "stop": 835479092
        },
        {
            "start": 835481467,
            "stop": 835481767
        },
        {
            "start": 835482274,
            "stop": 835482874
        },
        {
            "start": 835483120,
            "stop": 835483180
        },
        {
            "start": 835483478,
            "stop": 835483598
        },
        {
            "start": 835483911,
            "stop": 835483971
        },
        {
            "start": 835484128,
            "stop": 835484248
        },
        {
            "start": 835484425,
            "stop": 835484785
        },
        {
            "start": 835485173,
            "stop": 835485293
        },
        {
            "start": 835485440,
            "stop": 835485560
        },
        {
            "start": 835486052,
            "stop": 835486472
        },
        {
            "start": 835487279,
            "stop": 835487459
        },
        {
            "start": 835488112,
            "stop": 835488772
        },
        {
            "start": 835488910,
            "stop": 835489690
        },
        {
            "start": 835491613,
            "stop": 835493863
        },
        {
            "start": 835493893,
            "stop": 835495273
        }
    ]
}