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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=352",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 353,
    "results": [
        {
            "start": 824561619,
            "stop": 824561632
        },
        {
            "start": 824561642,
            "stop": 824561643
        },
        {
            "start": 824565965,
            "stop": 824570493
        },
        {
            "start": 824570498,
            "stop": 824570510
        },
        {
            "start": 824570515,
            "stop": 824570540
        },
        {
            "start": 824571834,
            "stop": 824571935
        },
        {
            "start": 824571946,
            "stop": 824572900
        },
        {
            "start": 824601221,
            "stop": 824606651
        },
        {
            "start": 824606773,
            "stop": 824607357
        },
        {
            "start": 824607419,
            "stop": 824608533
        },
        {
            "start": 824608743,
            "stop": 824629119
        },
        {
            "start": 824629129,
            "stop": 824629244
        },
        {
            "start": 824629260,
            "stop": 824629270
        },
        {
            "start": 824629276,
            "stop": 824629302
        },
        {
            "start": 824629307,
            "stop": 824629317
        },
        {
            "start": 824629322,
            "stop": 824629333
        },
        {
            "start": 824629342,
            "stop": 824629742
        },
        {
            "start": 824629747,
            "stop": 824629855
        },
        {
            "start": 824629860,
            "stop": 824629877
        },
        {
            "start": 824629882,
            "stop": 824629890
        }
    ]
}