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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=86",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 87,
    "results": [
        {
            "start": 959110522,
            "stop": 959110577
        },
        {
            "start": 959110653,
            "stop": 959110817
        },
        {
            "start": 959112781,
            "stop": 959114547
        },
        {
            "start": 959163351,
            "stop": 959173408
        },
        {
            "start": 959175241,
            "stop": 959194998
        },
        {
            "start": 959196563,
            "stop": 959209892
        },
        {
            "start": 959219689,
            "stop": 959246910
        },
        {
            "start": 959253952,
            "stop": 959276085
        },
        {
            "start": 959279378,
            "stop": 959288382
        },
        {
            "start": 959295244,
            "stop": 959299326
        },
        {
            "start": 959299680,
            "stop": 959312088
        },
        {
            "start": 959316532,
            "stop": 959377571
        },
        {
            "start": 959377922,
            "stop": 959380326
        },
        {
            "start": 959385983,
            "stop": 959398497
        },
        {
            "start": 959402187,
            "stop": 959411988
        },
        {
            "start": 959417973,
            "stop": 959438720
        },
        {
            "start": 959459667,
            "stop": 959462497
        },
        {
            "start": 959463987,
            "stop": 959465514
        },
        {
            "start": 959467229,
            "stop": 959471403
        },
        {
            "start": 959487824,
            "stop": 959510512
        }
    ]
}