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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=124",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 125,
    "results": [
        {
            "start": 931341596,
            "stop": 931341599
        },
        {
            "start": 931341601,
            "stop": 931341602
        },
        {
            "start": 931341604,
            "stop": 931341606
        },
        {
            "start": 931341608,
            "stop": 931341609
        },
        {
            "start": 931341614,
            "stop": 931341615
        },
        {
            "start": 931341627,
            "stop": 931341628
        },
        {
            "start": 931341631,
            "stop": 931341632
        },
        {
            "start": 931341634,
            "stop": 931341635
        },
        {
            "start": 931341640,
            "stop": 931341641
        },
        {
            "start": 931341643,
            "stop": 931341645
        },
        {
            "start": 931341648,
            "stop": 931341652
        },
        {
            "start": 931341669,
            "stop": 931341670
        },
        {
            "start": 931341675,
            "stop": 931341678
        },
        {
            "start": 931341681,
            "stop": 931341682
        },
        {
            "start": 931341685,
            "stop": 931341686
        },
        {
            "start": 931341689,
            "stop": 931341691
        },
        {
            "start": 931341699,
            "stop": 931341703
        },
        {
            "start": 931341723,
            "stop": 931341730
        },
        {
            "start": 931341732,
            "stop": 931341733
        },
        {
            "start": 931341735,
            "stop": 931341739
        }
    ]
}