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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=150",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 151,
    "results": [
        {
            "start": 821547170,
            "stop": 821547247
        },
        {
            "start": 821547250,
            "stop": 821547313
        },
        {
            "start": 821547316,
            "stop": 821547331
        },
        {
            "start": 821547334,
            "stop": 821547336
        },
        {
            "start": 821547339,
            "stop": 821547390
        },
        {
            "start": 821547393,
            "stop": 821547499
        },
        {
            "start": 821547502,
            "stop": 821547712
        },
        {
            "start": 821547715,
            "stop": 821547737
        },
        {
            "start": 821547740,
            "stop": 821547796
        },
        {
            "start": 821547799,
            "stop": 821547997
        },
        {
            "start": 821548000,
            "stop": 821548270
        },
        {
            "start": 821548273,
            "stop": 821548543
        },
        {
            "start": 821548546,
            "stop": 821548870
        },
        {
            "start": 821548873,
            "stop": 821548943
        },
        {
            "start": 821548946,
            "stop": 821548959
        },
        {
            "start": 821548963,
            "stop": 821548989
        },
        {
            "start": 821548992,
            "stop": 821549046
        },
        {
            "start": 821549049,
            "stop": 821549064
        },
        {
            "start": 821549070,
            "stop": 821549083
        },
        {
            "start": 821549086,
            "stop": 821549102
        }
    ]
}