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=4625
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=4626",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4624",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4625,
    "results": [
        {
            "start": 969394658,
            "stop": 969394778
        },
        {
            "start": 969395138,
            "stop": 969395318
        },
        {
            "start": 969395558,
            "stop": 969395578
        },
        {
            "start": 969395581,
            "stop": 969395618
        },
        {
            "start": 969395918,
            "stop": 969396098
        },
        {
            "start": 969396338,
            "stop": 969396518
        },
        {
            "start": 969396818,
            "stop": 969396878
        },
        {
            "start": 969397058,
            "stop": 969397238
        },
        {
            "start": 969397358,
            "stop": 969397478
        },
        {
            "start": 969397658,
            "stop": 969397838
        },
        {
            "start": 969398018,
            "stop": 969399287
        },
        {
            "start": 969399290,
            "stop": 969399573
        },
        {
            "start": 969399576,
            "stop": 969400186
        },
        {
            "start": 969400189,
            "stop": 969400984
        },
        {
            "start": 969400987,
            "stop": 969401089
        },
        {
            "start": 969401092,
            "stop": 969401381
        },
        {
            "start": 969401384,
            "stop": 969403543
        },
        {
            "start": 969403546,
            "stop": 969405650
        },
        {
            "start": 969405654,
            "stop": 969405673
        },
        {
            "start": 969405676,
            "stop": 969406249
        }
    ]
}