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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=253",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 254,
    "results": [
        {
            "start": 821685035,
            "stop": 821685037
        },
        {
            "start": 821685042,
            "stop": 821685052
        },
        {
            "start": 821685055,
            "stop": 821685059
        },
        {
            "start": 821685062,
            "stop": 821685066
        },
        {
            "start": 821685072,
            "stop": 821685073
        },
        {
            "start": 821685076,
            "stop": 821685078
        },
        {
            "start": 821685081,
            "stop": 821685102
        },
        {
            "start": 821685108,
            "stop": 821685112
        },
        {
            "start": 821685115,
            "stop": 821685117
        },
        {
            "start": 821685120,
            "stop": 821685121
        },
        {
            "start": 821685124,
            "stop": 821685134
        },
        {
            "start": 821685137,
            "stop": 821685149
        },
        {
            "start": 821685153,
            "stop": 821685156
        },
        {
            "start": 821685159,
            "stop": 821685160
        },
        {
            "start": 821685163,
            "stop": 821685183
        },
        {
            "start": 821685190,
            "stop": 821685195
        },
        {
            "start": 821685198,
            "stop": 821685200
        },
        {
            "start": 821685203,
            "stop": 821685229
        },
        {
            "start": 821685232,
            "stop": 821685238
        },
        {
            "start": 821685247,
            "stop": 821685252
        }
    ]
}