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=10061
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=10062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10060",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10061,
    "results": [
        {
            "start": 872977149,
            "stop": 872977160
        },
        {
            "start": 872977177,
            "stop": 872977211
        },
        {
            "start": 872977341,
            "stop": 872977360
        },
        {
            "start": 872977378,
            "stop": 872977392
        },
        {
            "start": 872977410,
            "stop": 872977427
        },
        {
            "start": 872977444,
            "stop": 872977447
        },
        {
            "start": 872977463,
            "stop": 872977477
        },
        {
            "start": 872977494,
            "stop": 872977500
        },
        {
            "start": 872977628,
            "stop": 872977633
        },
        {
            "start": 872977651,
            "stop": 872977652
        },
        {
            "start": 872977670,
            "stop": 872977730
        },
        {
            "start": 872977747,
            "stop": 872977771
        },
        {
            "start": 872977788,
            "stop": 872977797
        },
        {
            "start": 872977814,
            "stop": 872977837
        },
        {
            "start": 872977957,
            "stop": 872977964
        },
        {
            "start": 872978001,
            "stop": 872978049
        },
        {
            "start": 872978079,
            "stop": 872978125
        },
        {
            "start": 872978142,
            "stop": 872978195
        },
        {
            "start": 872978213,
            "stop": 872978220
        },
        {
            "start": 872978313,
            "stop": 872978332
        }
    ]
}