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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=190",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 191,
    "results": [
        {
            "start": 826483853,
            "stop": 826484033
        },
        {
            "start": 826484315,
            "stop": 826484435
        },
        {
            "start": 826485769,
            "stop": 826486189
        },
        {
            "start": 826486763,
            "stop": 826487243
        },
        {
            "start": 826487386,
            "stop": 826487776
        },
        {
            "start": 826487806,
            "stop": 826487866
        },
        {
            "start": 826488003,
            "stop": 826488543
        },
        {
            "start": 826488722,
            "stop": 826488902
        },
        {
            "start": 826492341,
            "stop": 826492461
        },
        {
            "start": 826492888,
            "stop": 826492948
        },
        {
            "start": 826496437,
            "stop": 826496497
        },
        {
            "start": 826497368,
            "stop": 826497488
        },
        {
            "start": 826500979,
            "stop": 826501039
        },
        {
            "start": 826501196,
            "stop": 826501616
        },
        {
            "start": 826501808,
            "stop": 826502108
        },
        {
            "start": 826502300,
            "stop": 826502660
        },
        {
            "start": 826502814,
            "stop": 826502994
        },
        {
            "start": 826503310,
            "stop": 826503490
        },
        {
            "start": 826503645,
            "stop": 826505205
        },
        {
            "start": 826505375,
            "stop": 826505495
        }
    ]
}