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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=52",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 53,
    "results": [
        {
            "start": 931511261,
            "stop": 931511274
        },
        {
            "start": 931511281,
            "stop": 931511284
        },
        {
            "start": 931511291,
            "stop": 931511297
        },
        {
            "start": 931511308,
            "stop": 931511332
        },
        {
            "start": 931511339,
            "stop": 931511352
        },
        {
            "start": 931511371,
            "stop": 931511374
        },
        {
            "start": 931511383,
            "stop": 931511396
        },
        {
            "start": 931511403,
            "stop": 931511419
        },
        {
            "start": 931511426,
            "stop": 931511438
        },
        {
            "start": 931511458,
            "stop": 931511476
        },
        {
            "start": 931511482,
            "stop": 931511490
        },
        {
            "start": 931511497,
            "stop": 931511519
        },
        {
            "start": 931511533,
            "stop": 931511534
        },
        {
            "start": 931511541,
            "stop": 931511548
        },
        {
            "start": 931511556,
            "stop": 931511557
        },
        {
            "start": 931511564,
            "stop": 931511567
        },
        {
            "start": 931511574,
            "stop": 931511584
        },
        {
            "start": 931511596,
            "stop": 931511607
        },
        {
            "start": 931511614,
            "stop": 931511647
        },
        {
            "start": 931511654,
            "stop": 931511666
        }
    ]
}