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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=772",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=770",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 771,
    "results": [
        {
            "start": 856971481,
            "stop": 856971751
        },
        {
            "start": 856971901,
            "stop": 856972201
        },
        {
            "start": 856973120,
            "stop": 856976720
        },
        {
            "start": 856976870,
            "stop": 856977530
        },
        {
            "start": 856977680,
            "stop": 856979900
        },
        {
            "start": 856980268,
            "stop": 856981468
        },
        {
            "start": 856981787,
            "stop": 856985447
        },
        {
            "start": 856988644,
            "stop": 856991284
        },
        {
            "start": 856994323,
            "stop": 857006983
        },
        {
            "start": 857007133,
            "stop": 857007403
        },
        {
            "start": 857007553,
            "stop": 857014963
        },
        {
            "start": 857015193,
            "stop": 857015523
        },
        {
            "start": 857015673,
            "stop": 857021913
        },
        {
            "start": 857022459,
            "stop": 857025639
        },
        {
            "start": 857025844,
            "stop": 857031604
        },
        {
            "start": 857032908,
            "stop": 857034948
        },
        {
            "start": 857035094,
            "stop": 857035274
        },
        {
            "start": 857035442,
            "stop": 857035922
        },
        {
            "start": 857036072,
            "stop": 857038202
        },
        {
            "start": 857038416,
            "stop": 857044176
        }
    ]
}