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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2128",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2129,
    "results": [
        {
            "start": 872188415,
            "stop": 872188609
        },
        {
            "start": 872188649,
            "stop": 872188654
        },
        {
            "start": 872188673,
            "stop": 872188690
        },
        {
            "start": 872188727,
            "stop": 872188969
        },
        {
            "start": 872188988,
            "stop": 872189093
        },
        {
            "start": 872189130,
            "stop": 872189159
        },
        {
            "start": 872189178,
            "stop": 872189267
        },
        {
            "start": 872189286,
            "stop": 872189332
        },
        {
            "start": 872189351,
            "stop": 872189409
        },
        {
            "start": 872189428,
            "stop": 872189445
        },
        {
            "start": 872189464,
            "stop": 872189568
        },
        {
            "start": 872189587,
            "stop": 872189899
        },
        {
            "start": 872189917,
            "stop": 872189944
        },
        {
            "start": 872189977,
            "stop": 872192492
        },
        {
            "start": 872192498,
            "stop": 872192840
        },
        {
            "start": 872192845,
            "stop": 872193383
        },
        {
            "start": 872193389,
            "stop": 872193459
        },
        {
            "start": 872193465,
            "stop": 872193528
        },
        {
            "start": 872193546,
            "stop": 872193595
        },
        {
            "start": 872193600,
            "stop": 872193727
        }
    ]
}