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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=115",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 116,
    "results": [
        {
            "start": 816758132,
            "stop": 816758136
        },
        {
            "start": 816758139,
            "stop": 816758144
        },
        {
            "start": 816758147,
            "stop": 816758232
        },
        {
            "start": 816758237,
            "stop": 816758240
        },
        {
            "start": 816758244,
            "stop": 816758301
        },
        {
            "start": 816758305,
            "stop": 816758386
        },
        {
            "start": 816758390,
            "stop": 816758404
        },
        {
            "start": 816758410,
            "stop": 816758455
        },
        {
            "start": 816758459,
            "stop": 816758468
        },
        {
            "start": 816758472,
            "stop": 816758487
        },
        {
            "start": 816758516,
            "stop": 816758561
        },
        {
            "start": 816758567,
            "stop": 816758571
        },
        {
            "start": 816758575,
            "stop": 816758581
        },
        {
            "start": 816758586,
            "stop": 816758588
        },
        {
            "start": 816758591,
            "stop": 816758631
        },
        {
            "start": 816758635,
            "stop": 816758637
        },
        {
            "start": 816758641,
            "stop": 816758645
        },
        {
            "start": 816758649,
            "stop": 816758651
        },
        {
            "start": 816758658,
            "stop": 816758664
        },
        {
            "start": 816758668,
            "stop": 816758672
        }
    ]
}