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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4543",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4541",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4542,
    "results": [
        {
            "start": 968693321,
            "stop": 968693411
        },
        {
            "start": 968693414,
            "stop": 968693564
        },
        {
            "start": 968693567,
            "stop": 968693738
        },
        {
            "start": 968693858,
            "stop": 968693890
        },
        {
            "start": 968693893,
            "stop": 968694092
        },
        {
            "start": 968694718,
            "stop": 968694763
        },
        {
            "start": 968694767,
            "stop": 968694776
        },
        {
            "start": 968694779,
            "stop": 968694837
        },
        {
            "start": 968694840,
            "stop": 968694873
        },
        {
            "start": 968694876,
            "stop": 968694903
        },
        {
            "start": 968694906,
            "stop": 968695008
        },
        {
            "start": 968695011,
            "stop": 968695392
        },
        {
            "start": 968695395,
            "stop": 968695422
        },
        {
            "start": 968695426,
            "stop": 968695560
        },
        {
            "start": 968695565,
            "stop": 968695602
        },
        {
            "start": 968695605,
            "stop": 968695610
        },
        {
            "start": 968695615,
            "stop": 968695620
        },
        {
            "start": 968695623,
            "stop": 968695663
        },
        {
            "start": 968695666,
            "stop": 968695676
        },
        {
            "start": 968695680,
            "stop": 968695697
        }
    ]
}