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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=252",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 253,
    "results": [
        {
            "start": 961946082,
            "stop": 961959473
        },
        {
            "start": 961995751,
            "stop": 962002112
        },
        {
            "start": 962006244,
            "stop": 962008381
        },
        {
            "start": 962010436,
            "stop": 962021119
        },
        {
            "start": 962023656,
            "stop": 962030933
        },
        {
            "start": 962033276,
            "stop": 962040501
        },
        {
            "start": 962079329,
            "stop": 962089087
        },
        {
            "start": 962090551,
            "stop": 962098511
        },
        {
            "start": 962099958,
            "stop": 962101673
        },
        {
            "start": 962103136,
            "stop": 962123398
        },
        {
            "start": 962218902,
            "stop": 962225680
        },
        {
            "start": 962226136,
            "stop": 962231209
        },
        {
            "start": 962238052,
            "stop": 962239286
        },
        {
            "start": 962241246,
            "stop": 962254932
        },
        {
            "start": 962256815,
            "stop": 962276875
        },
        {
            "start": 962278804,
            "stop": 962295350
        },
        {
            "start": 962302965,
            "stop": 962309915
        },
        {
            "start": 962314608,
            "stop": 962315816
        },
        {
            "start": 962315820,
            "stop": 962316019
        },
        {
            "start": 962316022,
            "stop": 962316055
        }
    ]
}