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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=114",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 115,
    "results": [
        {
            "start": 816741818,
            "stop": 816741821
        },
        {
            "start": 816741826,
            "stop": 816741833
        },
        {
            "start": 816741839,
            "stop": 816741841
        },
        {
            "start": 816741854,
            "stop": 816741856
        },
        {
            "start": 816741861,
            "stop": 816741864
        },
        {
            "start": 816741868,
            "stop": 816741871
        },
        {
            "start": 816741875,
            "stop": 816741969
        },
        {
            "start": 816741974,
            "stop": 816741976
        },
        {
            "start": 816741981,
            "stop": 816741984
        },
        {
            "start": 816741988,
            "stop": 816741999
        },
        {
            "start": 816742009,
            "stop": 816742011
        },
        {
            "start": 816742048,
            "stop": 816742110
        },
        {
            "start": 816742950,
            "stop": 816742952
        },
        {
            "start": 816742956,
            "stop": 816742965
        },
        {
            "start": 816742972,
            "stop": 816742980
        },
        {
            "start": 816757833,
            "stop": 816757889
        },
        {
            "start": 816757894,
            "stop": 816758011
        },
        {
            "start": 816758014,
            "stop": 816758038
        },
        {
            "start": 816758041,
            "stop": 816758047
        },
        {
            "start": 816758076,
            "stop": 816758128
        }
    ]
}