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=855
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=856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=854",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 855,
    "results": [
        {
            "start": 861601934,
            "stop": 861609794
        },
        {
            "start": 861609944,
            "stop": 861610664
        },
        {
            "start": 861611839,
            "stop": 861611899
        },
        {
            "start": 861612113,
            "stop": 861616253
        },
        {
            "start": 861616465,
            "stop": 861619225
        },
        {
            "start": 861619962,
            "stop": 861621702
        },
        {
            "start": 861621932,
            "stop": 861623492
        },
        {
            "start": 861623673,
            "stop": 861624393
        },
        {
            "start": 861624549,
            "stop": 861625509
        },
        {
            "start": 861627309,
            "stop": 861628749
        },
        {
            "start": 861629030,
            "stop": 861630050
        },
        {
            "start": 861630201,
            "stop": 861631701
        },
        {
            "start": 861631893,
            "stop": 861632673
        },
        {
            "start": 861635303,
            "stop": 861635363
        },
        {
            "start": 861635523,
            "stop": 861635703
        },
        {
            "start": 861638718,
            "stop": 861641298
        },
        {
            "start": 861641726,
            "stop": 861644336
        },
        {
            "start": 861644516,
            "stop": 861646526
        },
        {
            "start": 861646683,
            "stop": 861646743
        },
        {
            "start": 861646967,
            "stop": 861647087
        }
    ]
}