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=481
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=482",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=480",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 481,
    "results": [
        {
            "start": 826437990,
            "stop": 826439086
        },
        {
            "start": 826439089,
            "stop": 826439473
        },
        {
            "start": 826439583,
            "stop": 826439627
        },
        {
            "start": 826439644,
            "stop": 826439713
        },
        {
            "start": 826440013,
            "stop": 826440912
        },
        {
            "start": 826440929,
            "stop": 826440981
        },
        {
            "start": 826441091,
            "stop": 826442363
        },
        {
            "start": 826442380,
            "stop": 826442621
        },
        {
            "start": 826442640,
            "stop": 826443070
        },
        {
            "start": 826443087,
            "stop": 826443260
        },
        {
            "start": 826443560,
            "stop": 826443851
        },
        {
            "start": 826443961,
            "stop": 826444101
        },
        {
            "start": 826444401,
            "stop": 826444852
        },
        {
            "start": 826444869,
            "stop": 826445402
        },
        {
            "start": 826445521,
            "stop": 826445576
        },
        {
            "start": 826445876,
            "stop": 826446904
        },
        {
            "start": 826446921,
            "stop": 826449529
        },
        {
            "start": 826449546,
            "stop": 826450602
        },
        {
            "start": 826450619,
            "stop": 826451018
        },
        {
            "start": 826451035,
            "stop": 826451367
        }
    ]
}