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=5107
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=5108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5106",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5107,
    "results": [
        {
            "start": 874694062,
            "stop": 874694139
        },
        {
            "start": 874694172,
            "stop": 874694220
        },
        {
            "start": 874694239,
            "stop": 874694247
        },
        {
            "start": 874694271,
            "stop": 874694355
        },
        {
            "start": 874694374,
            "stop": 874694435
        },
        {
            "start": 874694509,
            "stop": 874694530
        },
        {
            "start": 874694562,
            "stop": 874694597
        },
        {
            "start": 874694617,
            "stop": 874694658
        },
        {
            "start": 874694685,
            "stop": 874694704
        },
        {
            "start": 874694736,
            "stop": 874694747
        },
        {
            "start": 874694812,
            "stop": 874694815
        },
        {
            "start": 874694840,
            "stop": 874694879
        },
        {
            "start": 874694898,
            "stop": 874694918
        },
        {
            "start": 874694937,
            "stop": 874694992
        },
        {
            "start": 874695032,
            "stop": 874695045
        },
        {
            "start": 874695064,
            "stop": 874695084
        },
        {
            "start": 874695117,
            "stop": 874695162
        },
        {
            "start": 874695181,
            "stop": 874695241
        },
        {
            "start": 874695281,
            "stop": 874695288
        },
        {
            "start": 874695332,
            "stop": 874695344
        }
    ]
}