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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3694",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3695,
    "results": [
        {
            "start": 873145191,
            "stop": 873145320
        },
        {
            "start": 873146432,
            "stop": 873146760
        },
        {
            "start": 873146820,
            "stop": 873147457
        },
        {
            "start": 873151342,
            "stop": 873151800
        },
        {
            "start": 873151817,
            "stop": 873151825
        },
        {
            "start": 873151845,
            "stop": 873154641
        },
        {
            "start": 873154911,
            "stop": 873160456
        },
        {
            "start": 873160473,
            "stop": 873160479
        },
        {
            "start": 873160496,
            "stop": 873163200
        },
        {
            "start": 873163260,
            "stop": 873163276
        },
        {
            "start": 873163308,
            "stop": 873163440
        },
        {
            "start": 873163500,
            "stop": 873164394
        },
        {
            "start": 873164420,
            "stop": 873164588
        },
        {
            "start": 873164605,
            "stop": 873165101
        },
        {
            "start": 873165118,
            "stop": 873166155
        },
        {
            "start": 873166172,
            "stop": 873166639
        },
        {
            "start": 873166656,
            "stop": 873166715
        },
        {
            "start": 873166732,
            "stop": 873166749
        },
        {
            "start": 873166781,
            "stop": 873166827
        },
        {
            "start": 873166844,
            "stop": 873167311
        }
    ]
}