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=9921
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=9922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9920",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9921,
    "results": [
        {
            "start": 870915621,
            "stop": 870915627
        },
        {
            "start": 870915640,
            "stop": 870915642
        },
        {
            "start": 870915651,
            "stop": 870915660
        },
        {
            "start": 870915780,
            "stop": 870915803
        },
        {
            "start": 870915810,
            "stop": 870915817
        },
        {
            "start": 870915831,
            "stop": 870915832
        },
        {
            "start": 870915854,
            "stop": 870915887
        },
        {
            "start": 870915903,
            "stop": 870916112
        },
        {
            "start": 870916120,
            "stop": 870916126
        },
        {
            "start": 870916133,
            "stop": 870916200
        },
        {
            "start": 870916260,
            "stop": 870916276
        },
        {
            "start": 870916316,
            "stop": 870916324
        },
        {
            "start": 870916358,
            "stop": 870916398
        },
        {
            "start": 870916500,
            "stop": 870916524
        },
        {
            "start": 870916539,
            "stop": 870916564
        },
        {
            "start": 870916572,
            "stop": 870916679
        },
        {
            "start": 870916688,
            "stop": 870916693
        },
        {
            "start": 870916729,
            "stop": 870916775
        },
        {
            "start": 870916782,
            "stop": 870916786
        },
        {
            "start": 870916888,
            "stop": 870916916
        }
    ]
}