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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9744",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9745,
    "results": [
        {
            "start": 873440810,
            "stop": 873440812
        },
        {
            "start": 873440815,
            "stop": 873441210
        },
        {
            "start": 873441213,
            "stop": 873442015
        },
        {
            "start": 873442022,
            "stop": 873442032
        },
        {
            "start": 873442035,
            "stop": 873442280
        },
        {
            "start": 873442283,
            "stop": 873444290
        },
        {
            "start": 873444293,
            "stop": 873444737
        },
        {
            "start": 873444740,
            "stop": 873444838
        },
        {
            "start": 873444841,
            "stop": 873444863
        },
        {
            "start": 873444866,
            "stop": 873445349
        },
        {
            "start": 873445352,
            "stop": 873445394
        },
        {
            "start": 873445397,
            "stop": 873445399
        },
        {
            "start": 873445402,
            "stop": 873445406
        },
        {
            "start": 873445409,
            "stop": 873445494
        },
        {
            "start": 873445498,
            "stop": 873445502
        },
        {
            "start": 873445506,
            "stop": 873445511
        },
        {
            "start": 873445515,
            "stop": 873445535
        },
        {
            "start": 873445538,
            "stop": 873445553
        },
        {
            "start": 873445556,
            "stop": 873446553
        },
        {
            "start": 873446554,
            "stop": 873446585
        }
    ]
}