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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10108",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10109,
    "results": [
        {
            "start": 873396445,
            "stop": 873396503
        },
        {
            "start": 873396647,
            "stop": 873396671
        },
        {
            "start": 873396711,
            "stop": 873396802
        },
        {
            "start": 873396809,
            "stop": 873396846
        },
        {
            "start": 873396882,
            "stop": 873396888
        },
        {
            "start": 873396900,
            "stop": 873396909
        },
        {
            "start": 873397011,
            "stop": 873397075
        },
        {
            "start": 873397111,
            "stop": 873397122
        },
        {
            "start": 873397129,
            "stop": 873397136
        },
        {
            "start": 873397308,
            "stop": 873397343
        },
        {
            "start": 873397390,
            "stop": 873397411
        },
        {
            "start": 873397506,
            "stop": 873397527
        },
        {
            "start": 873397623,
            "stop": 873397641
        },
        {
            "start": 873397685,
            "stop": 873397690
        },
        {
            "start": 873397740,
            "stop": 873397751
        },
        {
            "start": 873397758,
            "stop": 873397769
        },
        {
            "start": 873397843,
            "stop": 873397915
        },
        {
            "start": 873397952,
            "stop": 873398031
        },
        {
            "start": 873398039,
            "stop": 873398128
        },
        {
            "start": 873398189,
            "stop": 873398193
        }
    ]
}