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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=274",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 275,
    "results": [
        {
            "start": 856721683,
            "stop": 856721699
        },
        {
            "start": 856721723,
            "stop": 856723994
        },
        {
            "start": 856724016,
            "stop": 856724617
        },
        {
            "start": 856724871,
            "stop": 856725849
        },
        {
            "start": 856727131,
            "stop": 856727497
        },
        {
            "start": 856727876,
            "stop": 856728026
        },
        {
            "start": 856728044,
            "stop": 856728072
        },
        {
            "start": 856728089,
            "stop": 856728133
        },
        {
            "start": 856728381,
            "stop": 856728390
        },
        {
            "start": 856728450,
            "stop": 856728508
        },
        {
            "start": 856728570,
            "stop": 856728630
        },
        {
            "start": 856728750,
            "stop": 856728784
        },
        {
            "start": 856729173,
            "stop": 856729282
        },
        {
            "start": 856729299,
            "stop": 856729348
        },
        {
            "start": 856729365,
            "stop": 856729522
        },
        {
            "start": 856729862,
            "stop": 856730216
        },
        {
            "start": 856730326,
            "stop": 856730337
        },
        {
            "start": 856730369,
            "stop": 856730704
        },
        {
            "start": 856730722,
            "stop": 856730765
        },
        {
            "start": 856730782,
            "stop": 856730923
        }
    ]
}