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=762
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=763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=761",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 762,
    "results": [
        {
            "start": 859563643,
            "stop": 859563763
        },
        {
            "start": 859563793,
            "stop": 859564363
        },
        {
            "start": 859564524,
            "stop": 859565034
        },
        {
            "start": 859565064,
            "stop": 859566084
        },
        {
            "start": 859566395,
            "stop": 859566755
        },
        {
            "start": 859566884,
            "stop": 859567124
        },
        {
            "start": 859567271,
            "stop": 859567331
        },
        {
            "start": 859567506,
            "stop": 859567986
        },
        {
            "start": 859568443,
            "stop": 859568623
        },
        {
            "start": 859568784,
            "stop": 859568964
        },
        {
            "start": 859569464,
            "stop": 859569584
        },
        {
            "start": 859569782,
            "stop": 859569842
        },
        {
            "start": 859569990,
            "stop": 859570290
        },
        {
            "start": 859570583,
            "stop": 859570763
        },
        {
            "start": 859570909,
            "stop": 859570969
        },
        {
            "start": 859571336,
            "stop": 859571396
        },
        {
            "start": 859572252,
            "stop": 859572312
        },
        {
            "start": 859572556,
            "stop": 859572856
        },
        {
            "start": 859573242,
            "stop": 859573482
        },
        {
            "start": 859573703,
            "stop": 859574063
        }
    ]
}