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/H1_BURST_CAT3/segments?format=api&page=2980
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2979",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2980,
    "results": [
        {
            "start": 861376560,
            "stop": 861377520
        },
        {
            "start": 861377580,
            "stop": 861377695
        },
        {
            "start": 861377873,
            "stop": 861379642
        },
        {
            "start": 861379952,
            "stop": 861381000
        },
        {
            "start": 861381060,
            "stop": 861381900
        },
        {
            "start": 861381960,
            "stop": 861386370
        },
        {
            "start": 861386545,
            "stop": 861386546
        },
        {
            "start": 861386764,
            "stop": 861387346
        },
        {
            "start": 861387349,
            "stop": 861388501
        },
        {
            "start": 861388912,
            "stop": 861389400
        },
        {
            "start": 861389580,
            "stop": 861389640
        },
        {
            "start": 861389700,
            "stop": 861390000
        },
        {
            "start": 861390060,
            "stop": 861390674
        },
        {
            "start": 861392481,
            "stop": 861393840
        },
        {
            "start": 861393900,
            "stop": 861396000
        },
        {
            "start": 861396060,
            "stop": 861397380
        },
        {
            "start": 861397440,
            "stop": 861398479
        },
        {
            "start": 861398823,
            "stop": 861399000
        },
        {
            "start": 861399060,
            "stop": 861400870
        },
        {
            "start": 861400875,
            "stop": 861400920
        }
    ]
}