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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=171",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 172,
    "results": [
        {
            "start": 825577915,
            "stop": 825577975
        },
        {
            "start": 825578191,
            "stop": 825578311
        },
        {
            "start": 825598067,
            "stop": 825598127
        },
        {
            "start": 825598903,
            "stop": 825599023
        },
        {
            "start": 825599473,
            "stop": 825599533
        },
        {
            "start": 825599967,
            "stop": 825600087
        },
        {
            "start": 825600274,
            "stop": 825600334
        },
        {
            "start": 825600532,
            "stop": 825600712
        },
        {
            "start": 825601522,
            "stop": 825601582
        },
        {
            "start": 825601786,
            "stop": 825601846
        },
        {
            "start": 825602125,
            "stop": 825602245
        },
        {
            "start": 825602383,
            "stop": 825602503
        },
        {
            "start": 825607050,
            "stop": 825607110
        },
        {
            "start": 825623877,
            "stop": 825623937
        },
        {
            "start": 825624129,
            "stop": 825624189
        },
        {
            "start": 825626362,
            "stop": 825626422
        },
        {
            "start": 825628828,
            "stop": 825628888
        },
        {
            "start": 825632152,
            "stop": 825632272
        },
        {
            "start": 825633442,
            "stop": 825633502
        },
        {
            "start": 825634206,
            "stop": 825634266
        }
    ]
}