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=9990
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=9991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9989",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9990,
    "results": [
        {
            "start": 872147818,
            "stop": 872147853
        },
        {
            "start": 872147889,
            "stop": 872147930
        },
        {
            "start": 872147969,
            "stop": 872148040
        },
        {
            "start": 872148088,
            "stop": 872148250
        },
        {
            "start": 872148350,
            "stop": 872148386
        },
        {
            "start": 872148458,
            "stop": 872148660
        },
        {
            "start": 872148699,
            "stop": 872148740
        },
        {
            "start": 872148757,
            "stop": 872149071
        },
        {
            "start": 872149088,
            "stop": 872149219
        },
        {
            "start": 872149297,
            "stop": 872149972
        },
        {
            "start": 872150016,
            "stop": 872150365
        },
        {
            "start": 872153350,
            "stop": 872153354
        },
        {
            "start": 872153388,
            "stop": 872153403
        },
        {
            "start": 872153438,
            "stop": 872153614
        },
        {
            "start": 872153659,
            "stop": 872153683
        },
        {
            "start": 872153719,
            "stop": 872154143
        },
        {
            "start": 872154179,
            "stop": 872154850
        },
        {
            "start": 872154886,
            "stop": 872155457
        },
        {
            "start": 872155474,
            "stop": 872155542
        },
        {
            "start": 872155603,
            "stop": 872155974
        }
    ]
}