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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=262",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 263,
    "results": [
        {
            "start": 855620835,
            "stop": 855621045
        },
        {
            "start": 855621155,
            "stop": 855621431
        },
        {
            "start": 855621731,
            "stop": 855672519
        },
        {
            "start": 855672527,
            "stop": 855672740
        },
        {
            "start": 855672747,
            "stop": 855673419
        },
        {
            "start": 855673426,
            "stop": 855673507
        },
        {
            "start": 855673514,
            "stop": 855673735
        },
        {
            "start": 855673743,
            "stop": 855673898
        },
        {
            "start": 855673905,
            "stop": 855674549
        },
        {
            "start": 855674780,
            "stop": 855676072
        },
        {
            "start": 855676079,
            "stop": 855676252
        },
        {
            "start": 855676300,
            "stop": 855679369
        },
        {
            "start": 855679418,
            "stop": 855679472
        },
        {
            "start": 855679493,
            "stop": 855684382
        },
        {
            "start": 855684403,
            "stop": 855684407
        },
        {
            "start": 855684453,
            "stop": 855684771
        },
        {
            "start": 855685883,
            "stop": 855689051
        },
        {
            "start": 855693274,
            "stop": 855694927
        },
        {
            "start": 855694948,
            "stop": 855694959
        },
        {
            "start": 855695006,
            "stop": 855702934
        }
    ]
}