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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=240",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 241,
    "results": [
        {
            "start": 859634183,
            "stop": 859640751
        },
        {
            "start": 859644785,
            "stop": 859647134
        },
        {
            "start": 859662551,
            "stop": 859662582
        },
        {
            "start": 859663444,
            "stop": 859663768
        },
        {
            "start": 859663925,
            "stop": 859665974
        },
        {
            "start": 859666086,
            "stop": 859668219
        },
        {
            "start": 859670173,
            "stop": 859670524
        },
        {
            "start": 859678094,
            "stop": 859682094
        },
        {
            "start": 859682308,
            "stop": 859685989
        },
        {
            "start": 859689119,
            "stop": 859705455
        },
        {
            "start": 859714882,
            "stop": 859719930
        },
        {
            "start": 859731005,
            "stop": 859731646
        },
        {
            "start": 859732664,
            "stop": 859734409
        },
        {
            "start": 859735486,
            "stop": 859740317
        },
        {
            "start": 859741223,
            "stop": 859741649
        },
        {
            "start": 859743966,
            "stop": 859744347
        },
        {
            "start": 859744500,
            "stop": 859747936
        },
        {
            "start": 859749741,
            "stop": 859752143
        },
        {
            "start": 859752969,
            "stop": 859781688
        },
        {
            "start": 859787084,
            "stop": 859791013
        }
    ]
}