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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=529",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=527",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 528,
    "results": [
        {
            "start": 828291141,
            "stop": 828292016
        },
        {
            "start": 828299838,
            "stop": 828302106
        },
        {
            "start": 828302244,
            "stop": 828303364
        },
        {
            "start": 828303435,
            "stop": 828306112
        },
        {
            "start": 828306863,
            "stop": 828307049
        },
        {
            "start": 828309195,
            "stop": 828309966
        },
        {
            "start": 828311167,
            "stop": 828313728
        },
        {
            "start": 828314742,
            "stop": 828319858
        },
        {
            "start": 828319863,
            "stop": 828324708
        },
        {
            "start": 828324714,
            "stop": 828336055
        },
        {
            "start": 828336060,
            "stop": 828337037
        },
        {
            "start": 828337091,
            "stop": 828345071
        },
        {
            "start": 828346250,
            "stop": 828347400
        },
        {
            "start": 828348780,
            "stop": 828361847
        },
        {
            "start": 828362372,
            "stop": 828363955
        },
        {
            "start": 828363978,
            "stop": 828364467
        },
        {
            "start": 828364564,
            "stop": 828365709
        },
        {
            "start": 828365714,
            "stop": 828366014
        },
        {
            "start": 828366019,
            "stop": 828366280
        },
        {
            "start": 828366338,
            "stop": 828366674
        }
    ]
}