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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=259",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 260,
    "results": [
        {
            "start": 829501170,
            "stop": 829502550
        },
        {
            "start": 829502709,
            "stop": 829504029
        },
        {
            "start": 829504189,
            "stop": 829504909
        },
        {
            "start": 829505083,
            "stop": 829505143
        },
        {
            "start": 829512234,
            "stop": 829512654
        },
        {
            "start": 829512828,
            "stop": 829513128
        },
        {
            "start": 829513496,
            "stop": 829514156
        },
        {
            "start": 829514309,
            "stop": 829514489
        },
        {
            "start": 829514646,
            "stop": 829515126
        },
        {
            "start": 829515408,
            "stop": 829515948
        },
        {
            "start": 829526338,
            "stop": 829528138
        },
        {
            "start": 829528288,
            "stop": 829533298
        },
        {
            "start": 829534500,
            "stop": 829542090
        },
        {
            "start": 829542240,
            "stop": 829543350
        },
        {
            "start": 829543500,
            "stop": 829543560
        },
        {
            "start": 829545637,
            "stop": 829545727
        },
        {
            "start": 829545877,
            "stop": 829551277
        },
        {
            "start": 829551427,
            "stop": 829552207
        },
        {
            "start": 829552357,
            "stop": 829552957
        },
        {
            "start": 829556275,
            "stop": 829557235
        }
    ]
}