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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=251",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 252,
    "results": [
        {
            "start": 934279455,
            "stop": 934279482
        },
        {
            "start": 934279488,
            "stop": 934279502
        },
        {
            "start": 934279507,
            "stop": 934279554
        },
        {
            "start": 934279562,
            "stop": 934279743
        },
        {
            "start": 934279748,
            "stop": 934280084
        },
        {
            "start": 934280089,
            "stop": 934280139
        },
        {
            "start": 934280142,
            "stop": 934280168
        },
        {
            "start": 934280173,
            "stop": 934280235
        },
        {
            "start": 934280240,
            "stop": 934280315
        },
        {
            "start": 934280320,
            "stop": 934280334
        },
        {
            "start": 934280339,
            "stop": 934280384
        },
        {
            "start": 934280389,
            "stop": 934280432
        },
        {
            "start": 934280437,
            "stop": 934280489
        },
        {
            "start": 934280549,
            "stop": 934280615
        },
        {
            "start": 934280620,
            "stop": 934280708
        },
        {
            "start": 934280713,
            "stop": 934280789
        },
        {
            "start": 934280849,
            "stop": 934280878
        },
        {
            "start": 934280883,
            "stop": 934281083
        },
        {
            "start": 934281088,
            "stop": 934281115
        },
        {
            "start": 934281120,
            "stop": 934281136
        }
    ]
}