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=2120
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=2121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2119",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2120,
    "results": [
        {
            "start": 872148441,
            "stop": 872148660
        },
        {
            "start": 872148682,
            "stop": 872149219
        },
        {
            "start": 872149238,
            "stop": 872149245
        },
        {
            "start": 872149280,
            "stop": 872149972
        },
        {
            "start": 872149999,
            "stop": 872150365
        },
        {
            "start": 872150398,
            "stop": 872150428
        },
        {
            "start": 872150505,
            "stop": 872150522
        },
        {
            "start": 872153313,
            "stop": 872153315
        },
        {
            "start": 872153333,
            "stop": 872153354
        },
        {
            "start": 872153371,
            "stop": 872153403
        },
        {
            "start": 872153421,
            "stop": 872153614
        },
        {
            "start": 872153642,
            "stop": 872153683
        },
        {
            "start": 872153702,
            "stop": 872154143
        },
        {
            "start": 872154162,
            "stop": 872154850
        },
        {
            "start": 872154869,
            "stop": 872155542
        },
        {
            "start": 872155586,
            "stop": 872155974
        },
        {
            "start": 872155994,
            "stop": 872156145
        },
        {
            "start": 872156187,
            "stop": 872156309
        },
        {
            "start": 872156334,
            "stop": 872156385
        },
        {
            "start": 872156405,
            "stop": 872157426
        }
    ]
}