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_CAT1/segments?format=api&page=9757
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9756",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9757,
    "results": [
        {
            "start": 873518471,
            "stop": 873518529
        },
        {
            "start": 873518530,
            "stop": 873520521
        },
        {
            "start": 873520524,
            "stop": 873521340
        },
        {
            "start": 873521349,
            "stop": 873522169
        },
        {
            "start": 873522172,
            "stop": 873524197
        },
        {
            "start": 873524200,
            "stop": 873524252
        },
        {
            "start": 873524255,
            "stop": 873524256
        },
        {
            "start": 873524259,
            "stop": 873524347
        },
        {
            "start": 873524350,
            "stop": 873526096
        },
        {
            "start": 873526099,
            "stop": 873532263
        },
        {
            "start": 873532266,
            "stop": 873532535
        },
        {
            "start": 873532538,
            "stop": 873533218
        },
        {
            "start": 873533222,
            "stop": 873533384
        },
        {
            "start": 873533388,
            "stop": 873534263
        },
        {
            "start": 873534987,
            "stop": 873539075
        },
        {
            "start": 873539078,
            "stop": 873539082
        },
        {
            "start": 873539085,
            "stop": 873539170
        },
        {
            "start": 873539173,
            "stop": 873544927
        },
        {
            "start": 873544930,
            "stop": 873546400
        },
        {
            "start": 873546403,
            "stop": 873546490
        }
    ]
}