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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=114",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 115,
    "results": [
        {
            "start": 931675530,
            "stop": 931675531
        },
        {
            "start": 931675539,
            "stop": 931675541
        },
        {
            "start": 931675553,
            "stop": 931675556
        },
        {
            "start": 931675566,
            "stop": 931675568
        },
        {
            "start": 931675575,
            "stop": 931675598
        },
        {
            "start": 931675604,
            "stop": 931675606
        },
        {
            "start": 931675612,
            "stop": 931675613
        },
        {
            "start": 931675622,
            "stop": 931675632
        },
        {
            "start": 931675643,
            "stop": 931675674
        },
        {
            "start": 931675681,
            "stop": 931675682
        },
        {
            "start": 931675689,
            "stop": 931675692
        },
        {
            "start": 931675709,
            "stop": 931675711
        },
        {
            "start": 931675726,
            "stop": 931675729
        },
        {
            "start": 931675736,
            "stop": 931675750
        },
        {
            "start": 931675774,
            "stop": 931675793
        },
        {
            "start": 931675807,
            "stop": 931675811
        },
        {
            "start": 931675852,
            "stop": 931675855
        },
        {
            "start": 931675862,
            "stop": 931675870
        },
        {
            "start": 931675877,
            "stop": 931675881
        },
        {
            "start": 931675892,
            "stop": 931675896
        }
    ]
}