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=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=278",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 279,
    "results": [
        {
            "start": 821691834,
            "stop": 821691835
        },
        {
            "start": 821691838,
            "stop": 821691841
        },
        {
            "start": 821691844,
            "stop": 821691849
        },
        {
            "start": 821691852,
            "stop": 821691864
        },
        {
            "start": 821691872,
            "stop": 821691876
        },
        {
            "start": 821691881,
            "stop": 821691885
        },
        {
            "start": 821691891,
            "stop": 821691902
        },
        {
            "start": 821691905,
            "stop": 821691911
        },
        {
            "start": 821691914,
            "stop": 821691934
        },
        {
            "start": 821691940,
            "stop": 821691944
        },
        {
            "start": 821691947,
            "stop": 821691951
        },
        {
            "start": 821691963,
            "stop": 821691972
        },
        {
            "start": 821691983,
            "stop": 821691992
        },
        {
            "start": 821691998,
            "stop": 821692000
        },
        {
            "start": 821692003,
            "stop": 821692014
        },
        {
            "start": 821692018,
            "stop": 821692022
        },
        {
            "start": 821692025,
            "stop": 821692034
        },
        {
            "start": 821692037,
            "stop": 821692055
        },
        {
            "start": 821692058,
            "stop": 821692063
        },
        {
            "start": 821692071,
            "stop": 821692072
        }
    ]
}