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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=61",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 62,
    "results": [
        {
            "start": 931565500,
            "stop": 931565511
        },
        {
            "start": 931565519,
            "stop": 931565530
        },
        {
            "start": 931565537,
            "stop": 931565563
        },
        {
            "start": 931565570,
            "stop": 931565571
        },
        {
            "start": 931565578,
            "stop": 931565582
        },
        {
            "start": 931565589,
            "stop": 931565590
        },
        {
            "start": 931565597,
            "stop": 931565598
        },
        {
            "start": 931565605,
            "stop": 931565646
        },
        {
            "start": 931565653,
            "stop": 931565678
        },
        {
            "start": 931565685,
            "stop": 931565724
        },
        {
            "start": 931565741,
            "stop": 931565748
        },
        {
            "start": 931565762,
            "stop": 931565766
        },
        {
            "start": 931565773,
            "stop": 931565797
        },
        {
            "start": 931565804,
            "stop": 931565809
        },
        {
            "start": 931565816,
            "stop": 931565820
        },
        {
            "start": 931565827,
            "stop": 931565829
        },
        {
            "start": 931565836,
            "stop": 931565848
        },
        {
            "start": 931565854,
            "stop": 931565890
        },
        {
            "start": 931565897,
            "stop": 931565904
        },
        {
            "start": 931565911,
            "stop": 931565928
        }
    ]
}