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=625
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=626",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=624",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 625,
    "results": [
        {
            "start": 850714087,
            "stop": 850715197
        },
        {
            "start": 850715227,
            "stop": 850715677
        },
        {
            "start": 850719246,
            "stop": 850720206
        },
        {
            "start": 850720367,
            "stop": 850720487
        },
        {
            "start": 850721656,
            "stop": 850723246
        },
        {
            "start": 850723276,
            "stop": 850723426
        },
        {
            "start": 850723653,
            "stop": 850724043
        },
        {
            "start": 850724223,
            "stop": 850724703
        },
        {
            "start": 850724900,
            "stop": 850725410
        },
        {
            "start": 850725440,
            "stop": 850725860
        },
        {
            "start": 850726002,
            "stop": 850726092
        },
        {
            "start": 850726122,
            "stop": 850726242
        },
        {
            "start": 850726272,
            "stop": 850726842
        },
        {
            "start": 850726872,
            "stop": 850727982
        },
        {
            "start": 850728147,
            "stop": 850728807
        },
        {
            "start": 850728981,
            "stop": 850730331
        },
        {
            "start": 850730481,
            "stop": 850730571
        },
        {
            "start": 850730601,
            "stop": 850731351
        },
        {
            "start": 850731441,
            "stop": 850732581
        },
        {
            "start": 850732752,
            "stop": 850733172
        }
    ]
}