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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2123",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2124,
    "results": [
        {
            "start": 872169193,
            "stop": 872169227
        },
        {
            "start": 872170110,
            "stop": 872171340
        },
        {
            "start": 872171359,
            "stop": 872171838
        },
        {
            "start": 872171858,
            "stop": 872171888
        },
        {
            "start": 872171907,
            "stop": 872171947
        },
        {
            "start": 872171967,
            "stop": 872172010
        },
        {
            "start": 872172029,
            "stop": 872172031
        },
        {
            "start": 872172050,
            "stop": 872172063
        },
        {
            "start": 872172095,
            "stop": 872172176
        },
        {
            "start": 872172195,
            "stop": 872172237
        },
        {
            "start": 872172256,
            "stop": 872172262
        },
        {
            "start": 872172281,
            "stop": 872172287
        },
        {
            "start": 872172306,
            "stop": 872173582
        },
        {
            "start": 872173613,
            "stop": 872173623
        },
        {
            "start": 872173642,
            "stop": 872173677
        },
        {
            "start": 872173736,
            "stop": 872173758
        },
        {
            "start": 872173777,
            "stop": 872173811
        },
        {
            "start": 872173837,
            "stop": 872174059
        },
        {
            "start": 872174078,
            "stop": 872174151
        },
        {
            "start": 872174175,
            "stop": 872174184
        }
    ]
}