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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8700",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8701,
    "results": [
        {
            "start": 872224078,
            "stop": 872224320
        },
        {
            "start": 872224380,
            "stop": 872224740
        },
        {
            "start": 872224800,
            "stop": 872225160
        },
        {
            "start": 872225220,
            "stop": 872225400
        },
        {
            "start": 872225460,
            "stop": 872225640
        },
        {
            "start": 872225700,
            "stop": 872225940
        },
        {
            "start": 872226293,
            "stop": 872226300
        },
        {
            "start": 872226420,
            "stop": 872226600
        },
        {
            "start": 872226660,
            "stop": 872226720
        },
        {
            "start": 872226780,
            "stop": 872226840
        },
        {
            "start": 872226900,
            "stop": 872226960
        },
        {
            "start": 872227020,
            "stop": 872227080
        },
        {
            "start": 872227140,
            "stop": 872227320
        },
        {
            "start": 872227440,
            "stop": 872227620
        },
        {
            "start": 872227680,
            "stop": 872227860
        },
        {
            "start": 872227980,
            "stop": 872228220
        },
        {
            "start": 872228280,
            "stop": 872228460
        },
        {
            "start": 872228760,
            "stop": 872228940
        },
        {
            "start": 872229000,
            "stop": 872229030
        },
        {
            "start": 872229120,
            "stop": 872229180
        }
    ]
}