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=5226
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=5227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5225",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5226,
    "results": [
        {
            "start": 970000144,
            "stop": 970000182
        },
        {
            "start": 970000185,
            "stop": 970000287
        },
        {
            "start": 970000290,
            "stop": 970000584
        },
        {
            "start": 970000587,
            "stop": 970000612
        },
        {
            "start": 970000615,
            "stop": 970000623
        },
        {
            "start": 970000626,
            "stop": 970000671
        },
        {
            "start": 970000674,
            "stop": 970000719
        },
        {
            "start": 970000722,
            "stop": 970001061
        },
        {
            "start": 970001067,
            "stop": 970001122
        },
        {
            "start": 970001125,
            "stop": 970001151
        },
        {
            "start": 970001154,
            "stop": 970001182
        },
        {
            "start": 970001185,
            "stop": 970001199
        },
        {
            "start": 970001202,
            "stop": 970001235
        },
        {
            "start": 970001238,
            "stop": 970001301
        },
        {
            "start": 970001304,
            "stop": 970001318
        },
        {
            "start": 970001378,
            "stop": 970001453
        },
        {
            "start": 970001456,
            "stop": 970001485
        },
        {
            "start": 970001488,
            "stop": 970001558
        },
        {
            "start": 970001561,
            "stop": 970001570
        },
        {
            "start": 970001573,
            "stop": 970001578
        }
    ]
}