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_H1L1/segments?format=api&page=142
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_H1L1/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=141",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 142,
    "results": [
        {
            "start": 822963899,
            "stop": 822964439
        },
        {
            "start": 822964598,
            "stop": 822964958
        },
        {
            "start": 822965315,
            "stop": 822965915
        },
        {
            "start": 822966068,
            "stop": 822966428
        },
        {
            "start": 822969162,
            "stop": 822969222
        },
        {
            "start": 822969366,
            "stop": 822969726
        },
        {
            "start": 822969877,
            "stop": 822969937
        },
        {
            "start": 822970091,
            "stop": 822970571
        },
        {
            "start": 822970601,
            "stop": 822970871
        },
        {
            "start": 822971864,
            "stop": 822972044
        },
        {
            "start": 822972173,
            "stop": 822972413
        },
        {
            "start": 822972981,
            "stop": 822973281
        },
        {
            "start": 822973617,
            "stop": 822973677
        },
        {
            "start": 822973952,
            "stop": 822974012
        },
        {
            "start": 822974168,
            "stop": 822974408
        },
        {
            "start": 822974575,
            "stop": 822974815
        },
        {
            "start": 822975146,
            "stop": 822976046
        },
        {
            "start": 822976197,
            "stop": 822976797
        },
        {
            "start": 822977006,
            "stop": 822977306
        },
        {
            "start": 822977660,
            "stop": 822978080
        }
    ]
}