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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9949",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9950,
    "results": [
        {
            "start": 871378742,
            "stop": 871381068
        },
        {
            "start": 871384247,
            "stop": 871384286
        },
        {
            "start": 871384320,
            "stop": 871387567
        },
        {
            "start": 871387603,
            "stop": 871389780
        },
        {
            "start": 871389840,
            "stop": 871392563
        },
        {
            "start": 871392597,
            "stop": 871392600
        },
        {
            "start": 871392660,
            "stop": 871392693
        },
        {
            "start": 871392700,
            "stop": 871392817
        },
        {
            "start": 871392825,
            "stop": 871392826
        },
        {
            "start": 871405256,
            "stop": 871406244
        },
        {
            "start": 871406281,
            "stop": 871406621
        },
        {
            "start": 871407800,
            "stop": 871412098
        },
        {
            "start": 871412132,
            "stop": 871412419
        },
        {
            "start": 871412453,
            "stop": 871413300
        },
        {
            "start": 871413439,
            "stop": 871415221
        },
        {
            "start": 871432892,
            "stop": 871433131
        },
        {
            "start": 871433167,
            "stop": 871438381
        },
        {
            "start": 871438638,
            "stop": 871441380
        },
        {
            "start": 871441440,
            "stop": 871441598
        },
        {
            "start": 871446178,
            "stop": 871447020
        }
    ]
}