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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=88",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 89,
    "results": [
        {
            "start": 844247765,
            "stop": 844310949
        },
        {
            "start": 844333271,
            "stop": 844338731
        },
        {
            "start": 844339203,
            "stop": 844345110
        },
        {
            "start": 844375928,
            "stop": 844423972
        },
        {
            "start": 844427702,
            "stop": 844430945
        },
        {
            "start": 844432445,
            "stop": 844440045
        },
        {
            "start": 844440998,
            "stop": 844444269
        },
        {
            "start": 844451805,
            "stop": 844457497
        },
        {
            "start": 844460629,
            "stop": 844463099
        },
        {
            "start": 844463668,
            "stop": 844464576
        },
        {
            "start": 844473562,
            "stop": 844485668
        },
        {
            "start": 844488820,
            "stop": 844497547
        },
        {
            "start": 844499587,
            "stop": 844508492
        },
        {
            "start": 844510632,
            "stop": 844514908
        },
        {
            "start": 845336111,
            "stop": 845360341
        },
        {
            "start": 845364142,
            "stop": 845365535
        },
        {
            "start": 845366068,
            "stop": 845366687
        },
        {
            "start": 845366757,
            "stop": 845377236
        },
        {
            "start": 845381098,
            "stop": 845398962
        },
        {
            "start": 845400433,
            "stop": 845403328
        }
    ]
}