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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15791",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15789",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15790,
    "results": [
        {
            "start": 971172214,
            "stop": 971172215
        },
        {
            "start": 971172219,
            "stop": 971172220
        },
        {
            "start": 971172221,
            "stop": 971172224
        },
        {
            "start": 971172226,
            "stop": 971172230
        },
        {
            "start": 971172232,
            "stop": 971172234
        },
        {
            "start": 971172244,
            "stop": 971172245
        },
        {
            "start": 971172249,
            "stop": 971172250
        },
        {
            "start": 971172251,
            "stop": 971172252
        },
        {
            "start": 971172254,
            "stop": 971172257
        },
        {
            "start": 971172258,
            "stop": 971172259
        },
        {
            "start": 971172261,
            "stop": 971172263
        },
        {
            "start": 971172264,
            "stop": 971172267
        },
        {
            "start": 971172268,
            "stop": 971172271
        },
        {
            "start": 971172273,
            "stop": 971172274
        },
        {
            "start": 971172275,
            "stop": 971172276
        },
        {
            "start": 971172277,
            "stop": 971172279
        },
        {
            "start": 971172280,
            "stop": 971172285
        },
        {
            "start": 971172286,
            "stop": 971172291
        },
        {
            "start": 971172293,
            "stop": 971172296
        },
        {
            "start": 971172299,
            "stop": 971172302
        }
    ]
}