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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7934",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7932",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7933,
    "results": [
        {
            "start": 970031572,
            "stop": 970031578
        },
        {
            "start": 970031584,
            "stop": 970031585
        },
        {
            "start": 970031591,
            "stop": 970031612
        },
        {
            "start": 970031618,
            "stop": 970033163
        },
        {
            "start": 970033166,
            "stop": 970033182
        },
        {
            "start": 970033185,
            "stop": 970033252
        },
        {
            "start": 970033264,
            "stop": 970033283
        },
        {
            "start": 970033294,
            "stop": 970033451
        },
        {
            "start": 970033454,
            "stop": 970033513
        },
        {
            "start": 970033524,
            "stop": 970033868
        },
        {
            "start": 970033871,
            "stop": 970034899
        },
        {
            "start": 970034902,
            "stop": 970034995
        },
        {
            "start": 970035001,
            "stop": 970035439
        },
        {
            "start": 970035445,
            "stop": 970035630
        },
        {
            "start": 970035636,
            "stop": 970035818
        },
        {
            "start": 970035821,
            "stop": 970035993
        },
        {
            "start": 970035996,
            "stop": 970036128
        },
        {
            "start": 970036139,
            "stop": 970036314
        },
        {
            "start": 970036321,
            "stop": 970036703
        },
        {
            "start": 970036706,
            "stop": 970036905
        }
    ]
}