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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=243",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 244,
    "results": [
        {
            "start": 820894078,
            "stop": 820894094
        },
        {
            "start": 820894098,
            "stop": 820894118
        },
        {
            "start": 820894122,
            "stop": 820894153
        },
        {
            "start": 820895941,
            "stop": 820895946
        },
        {
            "start": 820895954,
            "stop": 820896138
        },
        {
            "start": 820896142,
            "stop": 820896296
        },
        {
            "start": 820896303,
            "stop": 820896335
        },
        {
            "start": 820896339,
            "stop": 820896345
        },
        {
            "start": 820896349,
            "stop": 820896413
        },
        {
            "start": 820896416,
            "stop": 820896451
        },
        {
            "start": 820896477,
            "stop": 820896501
        },
        {
            "start": 820896505,
            "stop": 820897010
        },
        {
            "start": 820897150,
            "stop": 820898371
        },
        {
            "start": 820898379,
            "stop": 820898450
        },
        {
            "start": 820898530,
            "stop": 820898653
        },
        {
            "start": 820898894,
            "stop": 820900615
        },
        {
            "start": 820900622,
            "stop": 820900817
        },
        {
            "start": 820900824,
            "stop": 820901632
        },
        {
            "start": 820901640,
            "stop": 820902270
        },
        {
            "start": 820902320,
            "stop": 820902934
        }
    ]
}