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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=496",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=494",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 495,
    "results": [
        {
            "start": 959063793,
            "stop": 959076838
        },
        {
            "start": 959084353,
            "stop": 959084542
        },
        {
            "start": 959087852,
            "stop": 959091820
        },
        {
            "start": 959107093,
            "stop": 959107516
        },
        {
            "start": 959110522,
            "stop": 959110577
        },
        {
            "start": 959110653,
            "stop": 959110817
        },
        {
            "start": 959112781,
            "stop": 959114547
        },
        {
            "start": 959163351,
            "stop": 959170610
        },
        {
            "start": 959170613,
            "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
        }
    ]
}