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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=305",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 306,
    "results": [
        {
            "start": 859663444,
            "stop": 859663768
        },
        {
            "start": 859663925,
            "stop": 859665974
        },
        {
            "start": 859666086,
            "stop": 859668189
        },
        {
            "start": 859670173,
            "stop": 859670494
        },
        {
            "start": 859678094,
            "stop": 859682094
        },
        {
            "start": 859682308,
            "stop": 859685959
        },
        {
            "start": 859689119,
            "stop": 859705425
        },
        {
            "start": 859714882,
            "stop": 859719901
        },
        {
            "start": 859731005,
            "stop": 859731646
        },
        {
            "start": 859732664,
            "stop": 859734379
        },
        {
            "start": 859735486,
            "stop": 859740287
        },
        {
            "start": 859741223,
            "stop": 859741629
        },
        {
            "start": 859743966,
            "stop": 859744347
        },
        {
            "start": 859744500,
            "stop": 859747907
        },
        {
            "start": 859749741,
            "stop": 859752143
        },
        {
            "start": 859752969,
            "stop": 859781658
        },
        {
            "start": 859787084,
            "stop": 859791013
        },
        {
            "start": 859792776,
            "stop": 859811189
        },
        {
            "start": 859812758,
            "stop": 859818756
        },
        {
            "start": 859819717,
            "stop": 859819719
        }
    ]
}