Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=119
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=118",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 119,
    "results": [
        {
            "start": 817899447,
            "stop": 817900119
        },
        {
            "start": 817900128,
            "stop": 817900453
        },
        {
            "start": 817901092,
            "stop": 817901286
        },
        {
            "start": 817901293,
            "stop": 817901345
        },
        {
            "start": 817901373,
            "stop": 817901387
        },
        {
            "start": 817901416,
            "stop": 817901473
        },
        {
            "start": 817902729,
            "stop": 817902826
        },
        {
            "start": 817902882,
            "stop": 817903444
        },
        {
            "start": 817903451,
            "stop": 817903553
        },
        {
            "start": 817903560,
            "stop": 817904639
        },
        {
            "start": 817904646,
            "stop": 817904984
        },
        {
            "start": 817905014,
            "stop": 817905025
        },
        {
            "start": 817905034,
            "stop": 817905477
        },
        {
            "start": 817905490,
            "stop": 817906090
        },
        {
            "start": 817906119,
            "stop": 817906129
        },
        {
            "start": 817906137,
            "stop": 817906160
        },
        {
            "start": 817906189,
            "stop": 817906284
        },
        {
            "start": 817906291,
            "stop": 817906451
        },
        {
            "start": 817906495,
            "stop": 817906618
        },
        {
            "start": 817906626,
            "stop": 817907600
        }
    ]
}