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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 153,
    "results": [
        {
            "start": 1239765936,
            "stop": 1239766047
        },
        {
            "start": 1239766050,
            "stop": 1239766368
        },
        {
            "start": 1239766369,
            "stop": 1239766371
        },
        {
            "start": 1239766372,
            "stop": 1239766411
        },
        {
            "start": 1239766412,
            "stop": 1239766417
        },
        {
            "start": 1239766418,
            "stop": 1239766474
        },
        {
            "start": 1239766477,
            "stop": 1239766479
        },
        {
            "start": 1239766480,
            "stop": 1239766781
        },
        {
            "start": 1239766782,
            "stop": 1239766783
        },
        {
            "start": 1239766785,
            "stop": 1239766862
        },
        {
            "start": 1239766865,
            "stop": 1239766898
        },
        {
            "start": 1239766899,
            "stop": 1239766900
        },
        {
            "start": 1239766901,
            "stop": 1239766921
        },
        {
            "start": 1239766923,
            "stop": 1239767039
        },
        {
            "start": 1239767040,
            "stop": 1239767045
        },
        {
            "start": 1239767046,
            "stop": 1239767153
        },
        {
            "start": 1239767154,
            "stop": 1239767155
        },
        {
            "start": 1239767156,
            "stop": 1239767191
        },
        {
            "start": 1239767192,
            "stop": 1239767193
        },
        {
            "start": 1239767194,
            "stop": 1239767283
        }
    ]
}