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=10141
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=10142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10140",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10141,
    "results": [
        {
            "start": 873712038,
            "stop": 873712096
        },
        {
            "start": 873712104,
            "stop": 873712139
        },
        {
            "start": 873712146,
            "stop": 873712175
        },
        {
            "start": 873712183,
            "stop": 873712185
        },
        {
            "start": 873712193,
            "stop": 873712201
        },
        {
            "start": 873712209,
            "stop": 873712333
        },
        {
            "start": 873712340,
            "stop": 873712343
        },
        {
            "start": 873712350,
            "stop": 873712363
        },
        {
            "start": 873712371,
            "stop": 873712400
        },
        {
            "start": 873712410,
            "stop": 873712441
        },
        {
            "start": 873712448,
            "stop": 873712468
        },
        {
            "start": 873712476,
            "stop": 873712490
        },
        {
            "start": 873712501,
            "stop": 873712553
        },
        {
            "start": 873712561,
            "stop": 873712602
        },
        {
            "start": 873712610,
            "stop": 873712611
        },
        {
            "start": 873712647,
            "stop": 873712648
        },
        {
            "start": 873712661,
            "stop": 873712738
        },
        {
            "start": 873712749,
            "stop": 873712801
        },
        {
            "start": 873712808,
            "stop": 873712814
        },
        {
            "start": 873712824,
            "stop": 873712833
        }
    ]
}