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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=843",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=841",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 842,
    "results": [
        {
            "start": 861023681,
            "stop": 861023921
        },
        {
            "start": 861026607,
            "stop": 861026847
        },
        {
            "start": 861027013,
            "stop": 861027853
        },
        {
            "start": 861028410,
            "stop": 861028470
        },
        {
            "start": 861029394,
            "stop": 861029454
        },
        {
            "start": 861029703,
            "stop": 861029883
        },
        {
            "start": 861030038,
            "stop": 861030158
        },
        {
            "start": 861030296,
            "stop": 861030356
        },
        {
            "start": 861031007,
            "stop": 861031127
        },
        {
            "start": 861031426,
            "stop": 861031576
        },
        {
            "start": 861032094,
            "stop": 861032214
        },
        {
            "start": 861032372,
            "stop": 861032912
        },
        {
            "start": 861033100,
            "stop": 861033340
        },
        {
            "start": 861033497,
            "stop": 861033617
        },
        {
            "start": 861033858,
            "stop": 861033918
        },
        {
            "start": 861034155,
            "stop": 861034515
        },
        {
            "start": 861034719,
            "stop": 861034959
        },
        {
            "start": 861036049,
            "stop": 861036889
        },
        {
            "start": 861037249,
            "stop": 861037309
        },
        {
            "start": 861037628,
            "stop": 861037688
        }
    ]
}