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=2070
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=2071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2069",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2070,
    "results": [
        {
            "start": 870887372,
            "stop": 870887375
        },
        {
            "start": 870887392,
            "stop": 870887427
        },
        {
            "start": 870887452,
            "stop": 870887461
        },
        {
            "start": 870887478,
            "stop": 870887485
        },
        {
            "start": 870887502,
            "stop": 870887741
        },
        {
            "start": 870887758,
            "stop": 870889503
        },
        {
            "start": 870889520,
            "stop": 870890435
        },
        {
            "start": 870890452,
            "stop": 870890767
        },
        {
            "start": 870890798,
            "stop": 870890850
        },
        {
            "start": 870890867,
            "stop": 870890891
        },
        {
            "start": 870890908,
            "stop": 870891100
        },
        {
            "start": 870891117,
            "stop": 870891122
        },
        {
            "start": 870891139,
            "stop": 870891276
        },
        {
            "start": 870891293,
            "stop": 870891312
        },
        {
            "start": 870891329,
            "stop": 870891859
        },
        {
            "start": 870891876,
            "stop": 870892044
        },
        {
            "start": 870892065,
            "stop": 870892289
        },
        {
            "start": 870892322,
            "stop": 870892343
        },
        {
            "start": 870892360,
            "stop": 870892365
        },
        {
            "start": 870892383,
            "stop": 870892442
        }
    ]
}