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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=173",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 174,
    "results": [
        {
            "start": 820153339,
            "stop": 820153713
        },
        {
            "start": 820153720,
            "stop": 820156004
        },
        {
            "start": 820156011,
            "stop": 820156135
        },
        {
            "start": 820156142,
            "stop": 820156854
        },
        {
            "start": 820156861,
            "stop": 820157102
        },
        {
            "start": 820157248,
            "stop": 820157812
        },
        {
            "start": 820157819,
            "stop": 820158769
        },
        {
            "start": 820158777,
            "stop": 820160059
        },
        {
            "start": 820160066,
            "stop": 820160285
        },
        {
            "start": 820160292,
            "stop": 820160553
        },
        {
            "start": 820160560,
            "stop": 820161324
        },
        {
            "start": 820161325,
            "stop": 820161889
        },
        {
            "start": 820161897,
            "stop": 820162735
        },
        {
            "start": 820162742,
            "stop": 820163372
        },
        {
            "start": 820163379,
            "stop": 820163996
        },
        {
            "start": 820164003,
            "stop": 820164367
        },
        {
            "start": 820164382,
            "stop": 820164464
        },
        {
            "start": 820164472,
            "stop": 820164792
        },
        {
            "start": 820164799,
            "stop": 820164804
        },
        {
            "start": 820164811,
            "stop": 820165317
        }
    ]
}