Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=158
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=157",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 158,
    "results": [
        {
            "start": 932506626,
            "stop": 932507886
        },
        {
            "start": 932507946,
            "stop": 932508015
        },
        {
            "start": 932508375,
            "stop": 932508906
        },
        {
            "start": 932508966,
            "stop": 932509062
        },
        {
            "start": 932509064,
            "stop": 932509106
        },
        {
            "start": 932509109,
            "stop": 932509146
        },
        {
            "start": 932509206,
            "stop": 932509506
        },
        {
            "start": 932509566,
            "stop": 932509686
        },
        {
            "start": 932509846,
            "stop": 932509859
        },
        {
            "start": 932509861,
            "stop": 932509926
        },
        {
            "start": 932509986,
            "stop": 932510046
        },
        {
            "start": 932510106,
            "stop": 932510166
        },
        {
            "start": 932510226,
            "stop": 932510608
        },
        {
            "start": 932510728,
            "stop": 932510766
        },
        {
            "start": 932510826,
            "stop": 932511297
        },
        {
            "start": 932511300,
            "stop": 932511404
        },
        {
            "start": 932511406,
            "stop": 932511408
        },
        {
            "start": 932511411,
            "stop": 932511615
        },
        {
            "start": 932511975,
            "stop": 932512212
        },
        {
            "start": 932512453,
            "stop": 932512753
        }
    ]
}