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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=102",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 103,
    "results": [
        {
            "start": 816688776,
            "stop": 816688791
        },
        {
            "start": 816688795,
            "stop": 816688955
        },
        {
            "start": 816688958,
            "stop": 816688962
        },
        {
            "start": 816688967,
            "stop": 816689202
        },
        {
            "start": 816689211,
            "stop": 816689235
        },
        {
            "start": 816689239,
            "stop": 816689263
        },
        {
            "start": 816689268,
            "stop": 816689370
        },
        {
            "start": 816689388,
            "stop": 816689391
        },
        {
            "start": 816689396,
            "stop": 816689452
        },
        {
            "start": 816689457,
            "stop": 816689503
        },
        {
            "start": 816689507,
            "stop": 816689510
        },
        {
            "start": 816689516,
            "stop": 816689523
        },
        {
            "start": 816689526,
            "stop": 816689555
        },
        {
            "start": 816689586,
            "stop": 816689611
        },
        {
            "start": 816689618,
            "stop": 816689632
        },
        {
            "start": 816689640,
            "stop": 816689692
        },
        {
            "start": 816689699,
            "stop": 816689758
        },
        {
            "start": 816689765,
            "stop": 816689897
        },
        {
            "start": 816689926,
            "stop": 816690040
        },
        {
            "start": 816690044,
            "stop": 816690153
        }
    ]
}