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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9767",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9768,
    "results": [
        {
            "start": 873658256,
            "stop": 873658257
        },
        {
            "start": 873658331,
            "stop": 873658333
        },
        {
            "start": 873658336,
            "stop": 873658337
        },
        {
            "start": 873658342,
            "stop": 873658343
        },
        {
            "start": 873658344,
            "stop": 873658348
        },
        {
            "start": 873658349,
            "stop": 873658351
        },
        {
            "start": 873658352,
            "stop": 873658354
        },
        {
            "start": 873658355,
            "stop": 873658358
        },
        {
            "start": 873658359,
            "stop": 873658366
        },
        {
            "start": 873658371,
            "stop": 873658379
        },
        {
            "start": 873658380,
            "stop": 873658381
        },
        {
            "start": 873658385,
            "stop": 873658389
        },
        {
            "start": 873658394,
            "stop": 873658395
        },
        {
            "start": 873658397,
            "stop": 873658402
        },
        {
            "start": 873658403,
            "stop": 873658404
        },
        {
            "start": 873658405,
            "stop": 873658409
        },
        {
            "start": 873658410,
            "stop": 873658412
        },
        {
            "start": 873658413,
            "stop": 873658415
        },
        {
            "start": 873658417,
            "stop": 873658419
        },
        {
            "start": 873658420,
            "stop": 873658427
        }
    ]
}