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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5040",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5041,
    "results": [
        {
            "start": 874579407,
            "stop": 874579432
        },
        {
            "start": 874579451,
            "stop": 874579461
        },
        {
            "start": 874579480,
            "stop": 874579495
        },
        {
            "start": 874579546,
            "stop": 874579595
        },
        {
            "start": 874579635,
            "stop": 874579717
        },
        {
            "start": 874579750,
            "stop": 874579752
        },
        {
            "start": 874579771,
            "stop": 874579773
        },
        {
            "start": 874579832,
            "stop": 874579895
        },
        {
            "start": 874579914,
            "stop": 874579938
        },
        {
            "start": 874579976,
            "stop": 874580016
        },
        {
            "start": 874580039,
            "stop": 874580185
        },
        {
            "start": 874580204,
            "stop": 874580264
        },
        {
            "start": 874580450,
            "stop": 874580554
        },
        {
            "start": 874580573,
            "stop": 874580654
        },
        {
            "start": 874580673,
            "stop": 874580796
        },
        {
            "start": 874580815,
            "stop": 874580839
        },
        {
            "start": 874580858,
            "stop": 874580926
        },
        {
            "start": 874580945,
            "stop": 874580956
        },
        {
            "start": 874580975,
            "stop": 874580995
        },
        {
            "start": 874581014,
            "stop": 874581092
        }
    ]
}