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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=63",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 64,
    "results": [
        {
            "start": 822568101,
            "stop": 822568689
        },
        {
            "start": 822568713,
            "stop": 822568714
        },
        {
            "start": 822570012,
            "stop": 822571933
        },
        {
            "start": 822571938,
            "stop": 822571939
        },
        {
            "start": 822572043,
            "stop": 822576553
        },
        {
            "start": 822577621,
            "stop": 822597423
        },
        {
            "start": 822597627,
            "stop": 822606517
        },
        {
            "start": 822606672,
            "stop": 822612050
        },
        {
            "start": 822613496,
            "stop": 822614593
        },
        {
            "start": 822614609,
            "stop": 822614610
        },
        {
            "start": 822614865,
            "stop": 822617533
        },
        {
            "start": 822617562,
            "stop": 822617563
        },
        {
            "start": 822617618,
            "stop": 822619312
        },
        {
            "start": 822619390,
            "stop": 822621379
        },
        {
            "start": 822621455,
            "stop": 822622273
        },
        {
            "start": 822622293,
            "stop": 822622294
        },
        {
            "start": 822622373,
            "stop": 822625014
        },
        {
            "start": 822625110,
            "stop": 822625403
        },
        {
            "start": 822625466,
            "stop": 822625753
        },
        {
            "start": 822625763,
            "stop": 822625764
        }
    ]
}