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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5796",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5797,
    "results": [
        {
            "start": 874685404,
            "stop": 874685417
        },
        {
            "start": 874685420,
            "stop": 874685458
        },
        {
            "start": 874685461,
            "stop": 874685516
        },
        {
            "start": 874685519,
            "stop": 874685596
        },
        {
            "start": 874685599,
            "stop": 874685607
        },
        {
            "start": 874685610,
            "stop": 874685675
        },
        {
            "start": 874685679,
            "stop": 874685681
        },
        {
            "start": 874685684,
            "stop": 874685713
        },
        {
            "start": 874685716,
            "stop": 874685735
        },
        {
            "start": 874685738,
            "stop": 874685799
        },
        {
            "start": 874685802,
            "stop": 874685850
        },
        {
            "start": 874685853,
            "stop": 874685868
        },
        {
            "start": 874685871,
            "stop": 874685968
        },
        {
            "start": 874685972,
            "stop": 874686029
        },
        {
            "start": 874686032,
            "stop": 874686101
        },
        {
            "start": 874686104,
            "stop": 874686114
        },
        {
            "start": 874686117,
            "stop": 874686128
        },
        {
            "start": 874686135,
            "stop": 874686136
        },
        {
            "start": 874686139,
            "stop": 874686213
        },
        {
            "start": 874686217,
            "stop": 874686249
        }
    ]
}