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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=175",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 176,
    "results": [
        {
            "start": 825678346,
            "stop": 825678646
        },
        {
            "start": 825678960,
            "stop": 825679020
        },
        {
            "start": 825679308,
            "stop": 825679548
        },
        {
            "start": 825679705,
            "stop": 825679765
        },
        {
            "start": 825679987,
            "stop": 825680047
        },
        {
            "start": 825680196,
            "stop": 825680376
        },
        {
            "start": 825680613,
            "stop": 825680673
        },
        {
            "start": 825680998,
            "stop": 825681058
        },
        {
            "start": 825681235,
            "stop": 825681355
        },
        {
            "start": 825682764,
            "stop": 825682884
        },
        {
            "start": 825691034,
            "stop": 825691094
        },
        {
            "start": 825691242,
            "stop": 825691302
        },
        {
            "start": 825693813,
            "stop": 825694323
        },
        {
            "start": 825694673,
            "stop": 825694793
        },
        {
            "start": 825698114,
            "stop": 825698174
        },
        {
            "start": 825700674,
            "stop": 825701094
        },
        {
            "start": 825701734,
            "stop": 825701974
        },
        {
            "start": 825702181,
            "stop": 825702541
        },
        {
            "start": 825702722,
            "stop": 825702782
        },
        {
            "start": 825703312,
            "stop": 825703372
        }
    ]
}