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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=162",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 163,
    "results": [
        {
            "start": 824720858,
            "stop": 824722598
        },
        {
            "start": 824722751,
            "stop": 824723471
        },
        {
            "start": 824723655,
            "stop": 824724255
        },
        {
            "start": 824724285,
            "stop": 824724825
        },
        {
            "start": 824724855,
            "stop": 824725095
        },
        {
            "start": 824725125,
            "stop": 824726055
        },
        {
            "start": 824726226,
            "stop": 824726436
        },
        {
            "start": 824726496,
            "stop": 824726706
        },
        {
            "start": 824726875,
            "stop": 824726935
        },
        {
            "start": 824779592,
            "stop": 824779652
        },
        {
            "start": 824780009,
            "stop": 824780129
        },
        {
            "start": 824780359,
            "stop": 824780539
        },
        {
            "start": 824780717,
            "stop": 824781317
        },
        {
            "start": 824781578,
            "stop": 824781758
        },
        {
            "start": 824782450,
            "stop": 824782570
        },
        {
            "start": 824783014,
            "stop": 824783074
        },
        {
            "start": 824783383,
            "stop": 824783443
        },
        {
            "start": 824783638,
            "stop": 824783698
        },
        {
            "start": 824784289,
            "stop": 824784529
        },
        {
            "start": 824784711,
            "stop": 824784951
        }
    ]
}