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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4721",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4719",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4720,
    "results": [
        {
            "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
        },
        {
            "start": 970001581,
            "stop": 970001658
        },
        {
            "start": 970001661,
            "stop": 970001790
        },
        {
            "start": 970001793,
            "stop": 970001945
        },
        {
            "start": 970001948,
            "stop": 970002049
        },
        {
            "start": 970002052,
            "stop": 970002056
        },
        {
            "start": 970002059,
            "stop": 970002125
        }
    ]
}