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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=35",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 36,
    "results": [
        {
            "start": 816373880,
            "stop": 816373881
        },
        {
            "start": 816373892,
            "stop": 816373903
        },
        {
            "start": 816373906,
            "stop": 816373914
        },
        {
            "start": 816373924,
            "stop": 816373927
        },
        {
            "start": 816373931,
            "stop": 816373960
        },
        {
            "start": 816373965,
            "stop": 816373980
        },
        {
            "start": 816373984,
            "stop": 816374010
        },
        {
            "start": 816375693,
            "stop": 816375739
        },
        {
            "start": 816375749,
            "stop": 816375778
        },
        {
            "start": 816375787,
            "stop": 816375797
        },
        {
            "start": 816375807,
            "stop": 816375828
        },
        {
            "start": 816375833,
            "stop": 816375847
        },
        {
            "start": 816375853,
            "stop": 816375857
        },
        {
            "start": 816375882,
            "stop": 816375905
        },
        {
            "start": 816375912,
            "stop": 816375914
        },
        {
            "start": 816375935,
            "stop": 816375952
        },
        {
            "start": 816375955,
            "stop": 816375994
        },
        {
            "start": 816376000,
            "stop": 816376011
        },
        {
            "start": 816376015,
            "stop": 816376057
        },
        {
            "start": 816376066,
            "stop": 816376068
        }
    ]
}