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=9747
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=9748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9746",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9747,
    "results": [
        {
            "start": 873456603,
            "stop": 873456644
        },
        {
            "start": 873456647,
            "stop": 873456947
        },
        {
            "start": 873456950,
            "stop": 873457365
        },
        {
            "start": 873457368,
            "stop": 873457754
        },
        {
            "start": 873457757,
            "stop": 873458308
        },
        {
            "start": 873458311,
            "stop": 873458329
        },
        {
            "start": 873458335,
            "stop": 873458408
        },
        {
            "start": 873458412,
            "stop": 873458527
        },
        {
            "start": 873458531,
            "stop": 873458549
        },
        {
            "start": 873458555,
            "stop": 873458558
        },
        {
            "start": 873458561,
            "stop": 873458655
        },
        {
            "start": 873458659,
            "stop": 873458664
        },
        {
            "start": 873458667,
            "stop": 873458775
        },
        {
            "start": 873458778,
            "stop": 873458820
        },
        {
            "start": 873458823,
            "stop": 873458851
        },
        {
            "start": 873458858,
            "stop": 873458930
        },
        {
            "start": 873458935,
            "stop": 873458944
        },
        {
            "start": 873458949,
            "stop": 873458996
        },
        {
            "start": 873458999,
            "stop": 873459119
        },
        {
            "start": 873459124,
            "stop": 873459251
        }
    ]
}