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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=70",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 71,
    "results": [
        {
            "start": 816483383,
            "stop": 816483393
        },
        {
            "start": 816483398,
            "stop": 816483542
        },
        {
            "start": 816483600,
            "stop": 816483706
        },
        {
            "start": 816483710,
            "stop": 816483735
        },
        {
            "start": 816483739,
            "stop": 816483801
        },
        {
            "start": 816483810,
            "stop": 816483811
        },
        {
            "start": 816483841,
            "stop": 816483937
        },
        {
            "start": 816483987,
            "stop": 816484048
        },
        {
            "start": 816484052,
            "stop": 816484100
        },
        {
            "start": 816484104,
            "stop": 816484139
        },
        {
            "start": 816484147,
            "stop": 816484181
        },
        {
            "start": 816484188,
            "stop": 816484319
        },
        {
            "start": 816484323,
            "stop": 816484333
        },
        {
            "start": 816484337,
            "stop": 816484424
        },
        {
            "start": 816484462,
            "stop": 816484474
        },
        {
            "start": 816484479,
            "stop": 816484483
        },
        {
            "start": 816484488,
            "stop": 816484497
        },
        {
            "start": 816484502,
            "stop": 816484512
        },
        {
            "start": 816484518,
            "stop": 816484633
        },
        {
            "start": 816485606,
            "stop": 816485697
        }
    ]
}