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_STOCH_CAT1/segments?format=api&page=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=10",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 11,
    "results": [
        {
            "start": 816132963,
            "stop": 816132981
        },
        {
            "start": 816132995,
            "stop": 816132996
        },
        {
            "start": 816133004,
            "stop": 816133026
        },
        {
            "start": 816133037,
            "stop": 816133040
        },
        {
            "start": 816133044,
            "stop": 816133045
        },
        {
            "start": 816133068,
            "stop": 816133074
        },
        {
            "start": 816229176,
            "stop": 816229199
        },
        {
            "start": 816229203,
            "stop": 816229314
        },
        {
            "start": 816229318,
            "stop": 816229375
        },
        {
            "start": 816229380,
            "stop": 816229581
        },
        {
            "start": 816229586,
            "stop": 816229638
        },
        {
            "start": 816229647,
            "stop": 816229736
        },
        {
            "start": 816229743,
            "stop": 816230036
        },
        {
            "start": 816230042,
            "stop": 816230706
        },
        {
            "start": 816230709,
            "stop": 816230777
        },
        {
            "start": 816230780,
            "stop": 816230909
        },
        {
            "start": 816230913,
            "stop": 816230974
        },
        {
            "start": 816230977,
            "stop": 816230982
        },
        {
            "start": 816230986,
            "stop": 816231272
        },
        {
            "start": 816231276,
            "stop": 816231736
        }
    ]
}