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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=176",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 177,
    "results": [
        {
            "start": 844451805,
            "stop": 844457467
        },
        {
            "start": 844460629,
            "stop": 844463069
        },
        {
            "start": 844463668,
            "stop": 844464546
        },
        {
            "start": 844473562,
            "stop": 844485639
        },
        {
            "start": 844488820,
            "stop": 844497517
        },
        {
            "start": 844499587,
            "stop": 844508462
        },
        {
            "start": 844510632,
            "stop": 844510772
        },
        {
            "start": 844511172,
            "stop": 844514878
        },
        {
            "start": 845336111,
            "stop": 845360311
        },
        {
            "start": 845364142,
            "stop": 845365535
        },
        {
            "start": 845366068,
            "stop": 845366687
        },
        {
            "start": 845366757,
            "stop": 845377206
        },
        {
            "start": 845381098,
            "stop": 845398570
        },
        {
            "start": 845400433,
            "stop": 845403328
        },
        {
            "start": 845408936,
            "stop": 845410283
        },
        {
            "start": 845410893,
            "stop": 845411549
        },
        {
            "start": 845411551,
            "stop": 845420993
        },
        {
            "start": 845427994,
            "stop": 845429744
        },
        {
            "start": 845430144,
            "stop": 845430649
        },
        {
            "start": 845431125,
            "stop": 845440462
        }
    ]
}