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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=221",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 222,
    "results": [
        {
            "start": 931458850,
            "stop": 931458851
        },
        {
            "start": 931458853,
            "stop": 931458856
        },
        {
            "start": 931458858,
            "stop": 931458878
        },
        {
            "start": 931458882,
            "stop": 931458884
        },
        {
            "start": 931458886,
            "stop": 931458902
        },
        {
            "start": 931458904,
            "stop": 931458905
        },
        {
            "start": 931458907,
            "stop": 931458921
        },
        {
            "start": 931458923,
            "stop": 931458926
        },
        {
            "start": 931458928,
            "stop": 931458929
        },
        {
            "start": 931458930,
            "stop": 931458939
        },
        {
            "start": 931458941,
            "stop": 931458949
        },
        {
            "start": 931458958,
            "stop": 931458959
        },
        {
            "start": 931458961,
            "stop": 931458964
        },
        {
            "start": 931458968,
            "stop": 931459006
        },
        {
            "start": 931459007,
            "stop": 931459014
        },
        {
            "start": 931459016,
            "stop": 931459018
        },
        {
            "start": 931459020,
            "stop": 931459028
        },
        {
            "start": 931459030,
            "stop": 931459031
        },
        {
            "start": 931459033,
            "stop": 931459037
        },
        {
            "start": 931459039,
            "stop": 931459060
        }
    ]
}