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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=166",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 167,
    "results": [
        {
            "start": 816859084,
            "stop": 816859105
        },
        {
            "start": 816859111,
            "stop": 816859137
        },
        {
            "start": 816859141,
            "stop": 816859149
        },
        {
            "start": 816859153,
            "stop": 816859335
        },
        {
            "start": 816859340,
            "stop": 816859349
        },
        {
            "start": 816859358,
            "stop": 816859425
        },
        {
            "start": 816859430,
            "stop": 816859432
        },
        {
            "start": 816859435,
            "stop": 816859438
        },
        {
            "start": 816859441,
            "stop": 816859480
        },
        {
            "start": 816859485,
            "stop": 816859489
        },
        {
            "start": 816859492,
            "stop": 816859518
        },
        {
            "start": 816859523,
            "stop": 816859563
        },
        {
            "start": 816859567,
            "stop": 816859587
        },
        {
            "start": 816859594,
            "stop": 816859596
        },
        {
            "start": 816859604,
            "stop": 816859610
        },
        {
            "start": 816859615,
            "stop": 816859619
        },
        {
            "start": 816859627,
            "stop": 816859674
        },
        {
            "start": 816859682,
            "stop": 816859709
        },
        {
            "start": 816859713,
            "stop": 816859717
        },
        {
            "start": 816859721,
            "stop": 816859725
        }
    ]
}