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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=313",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 314,
    "results": [
        {
            "start": 833162769,
            "stop": 833170389
        },
        {
            "start": 833170524,
            "stop": 833174424
        },
        {
            "start": 833174633,
            "stop": 833175293
        },
        {
            "start": 833175461,
            "stop": 833178821
        },
        {
            "start": 833178990,
            "stop": 833181120
        },
        {
            "start": 833181210,
            "stop": 833183310
        },
        {
            "start": 833185653,
            "stop": 833193273
        },
        {
            "start": 833193509,
            "stop": 833197889
        },
        {
            "start": 833198030,
            "stop": 833199530
        },
        {
            "start": 833212905,
            "stop": 833213865
        },
        {
            "start": 833214826,
            "stop": 833216146
        },
        {
            "start": 833216281,
            "stop": 833217061
        },
        {
            "start": 833217378,
            "stop": 833218278
        },
        {
            "start": 833219632,
            "stop": 833220532
        },
        {
            "start": 833220726,
            "stop": 833222106
        },
        {
            "start": 833226149,
            "stop": 833226329
        },
        {
            "start": 833226481,
            "stop": 833226661
        },
        {
            "start": 833229410,
            "stop": 833229650
        },
        {
            "start": 833231895,
            "stop": 833232195
        },
        {
            "start": 833232454,
            "stop": 833232514
        }
    ]
}