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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=791",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 792,
    "results": [
        {
            "start": 861023681,
            "stop": 861023921
        },
        {
            "start": 861026357,
            "stop": 861026837
        },
        {
            "start": 861027013,
            "stop": 861027223
        },
        {
            "start": 861027343,
            "stop": 861027403
        },
        {
            "start": 861027463,
            "stop": 861027643
        },
        {
            "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": 861031336,
            "stop": 861031576
        },
        {
            "start": 861031780,
            "stop": 861031960
        },
        {
            "start": 861032094,
            "stop": 861032214
        },
        {
            "start": 861032372,
            "stop": 861032912
        },
        {
            "start": 861033100,
            "stop": 861033340
        },
        {
            "start": 861033497,
            "stop": 861033617
        },
        {
            "start": 861033878,
            "stop": 861033938
        },
        {
            "start": 861034101,
            "stop": 861034521
        },
        {
            "start": 861034719,
            "stop": 861034959
        }
    ]
}