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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=178",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 179,
    "results": [
        {
            "start": 816911367,
            "stop": 816911374
        },
        {
            "start": 816911403,
            "stop": 816911418
        },
        {
            "start": 816911423,
            "stop": 816911427
        },
        {
            "start": 816911433,
            "stop": 816911501
        },
        {
            "start": 816911509,
            "stop": 816911513
        },
        {
            "start": 816911517,
            "stop": 816911535
        },
        {
            "start": 816911553,
            "stop": 816911601
        },
        {
            "start": 816911609,
            "stop": 816911619
        },
        {
            "start": 816911628,
            "stop": 816911663
        },
        {
            "start": 816911667,
            "stop": 816911671
        },
        {
            "start": 816911676,
            "stop": 816911725
        },
        {
            "start": 816911728,
            "stop": 816911781
        },
        {
            "start": 816911784,
            "stop": 816911789
        },
        {
            "start": 816911795,
            "stop": 816911841
        },
        {
            "start": 816911852,
            "stop": 816911854
        },
        {
            "start": 816911858,
            "stop": 816911860
        },
        {
            "start": 816911866,
            "stop": 816911875
        },
        {
            "start": 816911881,
            "stop": 816911912
        },
        {
            "start": 816911916,
            "stop": 816911985
        },
        {
            "start": 816911989,
            "stop": 816911993
        }
    ]
}