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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=229",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 230,
    "results": [
        {
            "start": 934115225,
            "stop": 934115320
        },
        {
            "start": 934115322,
            "stop": 934115549
        },
        {
            "start": 934115551,
            "stop": 934115614
        },
        {
            "start": 934115618,
            "stop": 934115713
        },
        {
            "start": 934115716,
            "stop": 934115811
        },
        {
            "start": 934115817,
            "stop": 934116302
        },
        {
            "start": 934116305,
            "stop": 934117215
        },
        {
            "start": 934117455,
            "stop": 934117815
        },
        {
            "start": 934117818,
            "stop": 934118145
        },
        {
            "start": 934118147,
            "stop": 934118434
        },
        {
            "start": 934118438,
            "stop": 934118469
        },
        {
            "start": 934118472,
            "stop": 934118598
        },
        {
            "start": 934118600,
            "stop": 934118824
        },
        {
            "start": 934118828,
            "stop": 934118921
        },
        {
            "start": 934118924,
            "stop": 934119151
        },
        {
            "start": 934119153,
            "stop": 934119216
        },
        {
            "start": 934119219,
            "stop": 934119315
        },
        {
            "start": 934119317,
            "stop": 934119412
        },
        {
            "start": 934119418,
            "stop": 934120314
        },
        {
            "start": 934120331,
            "stop": 934120815
        }
    ]
}