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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=280",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 281,
    "results": [
        {
            "start": 821578849,
            "stop": 821578971
        },
        {
            "start": 821578979,
            "stop": 821579292
        },
        {
            "start": 821579299,
            "stop": 821579347
        },
        {
            "start": 821579355,
            "stop": 821579374
        },
        {
            "start": 821579381,
            "stop": 821579388
        },
        {
            "start": 821579415,
            "stop": 821579488
        },
        {
            "start": 821579501,
            "stop": 821579524
        },
        {
            "start": 821579545,
            "stop": 821579575
        },
        {
            "start": 821579583,
            "stop": 821579711
        },
        {
            "start": 821579719,
            "stop": 821579731
        },
        {
            "start": 821579738,
            "stop": 821579825
        },
        {
            "start": 821579832,
            "stop": 821579844
        },
        {
            "start": 821579851,
            "stop": 821579930
        },
        {
            "start": 821580010,
            "stop": 821580041
        },
        {
            "start": 821580055,
            "stop": 821580099
        },
        {
            "start": 821580106,
            "stop": 821580162
        },
        {
            "start": 821580250,
            "stop": 821580483
        },
        {
            "start": 821580496,
            "stop": 821580528
        },
        {
            "start": 821580535,
            "stop": 821580679
        },
        {
            "start": 821580686,
            "stop": 821580801
        }
    ]
}