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=9923
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=9924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9922",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9923,
    "results": [
        {
            "start": 870918236,
            "stop": 870918283
        },
        {
            "start": 870918333,
            "stop": 870918348
        },
        {
            "start": 870918384,
            "stop": 870918397
        },
        {
            "start": 870918405,
            "stop": 870918424
        },
        {
            "start": 870918446,
            "stop": 870918485
        },
        {
            "start": 870918521,
            "stop": 870918537
        },
        {
            "start": 870918579,
            "stop": 870918599
        },
        {
            "start": 870918607,
            "stop": 870918625
        },
        {
            "start": 870918680,
            "stop": 870918691
        },
        {
            "start": 870918751,
            "stop": 870918755
        },
        {
            "start": 870918762,
            "stop": 870918779
        },
        {
            "start": 870918786,
            "stop": 870918827
        },
        {
            "start": 870918863,
            "stop": 870918900
        },
        {
            "start": 870918960,
            "stop": 870919024
        },
        {
            "start": 870919060,
            "stop": 870919072
        },
        {
            "start": 870919128,
            "stop": 870919182
        },
        {
            "start": 870919235,
            "stop": 870919260
        },
        {
            "start": 870919312,
            "stop": 870919313
        },
        {
            "start": 870919424,
            "stop": 870919513
        },
        {
            "start": 870919523,
            "stop": 870919560
        }
    ]
}