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=9864
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=9865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9863",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9864,
    "results": [
        {
            "start": 874312229,
            "stop": 874312231
        },
        {
            "start": 874312236,
            "stop": 874312244
        },
        {
            "start": 874312247,
            "stop": 874312261
        },
        {
            "start": 874312264,
            "stop": 874313489
        },
        {
            "start": 874313490,
            "stop": 874313502
        },
        {
            "start": 874313503,
            "stop": 874313513
        },
        {
            "start": 874313514,
            "stop": 874313518
        },
        {
            "start": 874313519,
            "stop": 874313520
        },
        {
            "start": 874313524,
            "stop": 874313527
        },
        {
            "start": 874313528,
            "stop": 874313531
        },
        {
            "start": 874313542,
            "stop": 874313545
        },
        {
            "start": 874313546,
            "stop": 874313561
        },
        {
            "start": 874313562,
            "stop": 874313589
        },
        {
            "start": 874313591,
            "stop": 874313793
        },
        {
            "start": 874313798,
            "stop": 874313948
        },
        {
            "start": 874313952,
            "stop": 874313989
        },
        {
            "start": 874313994,
            "stop": 874314344
        },
        {
            "start": 874314352,
            "stop": 874314371
        },
        {
            "start": 874314379,
            "stop": 874314381
        },
        {
            "start": 874314388,
            "stop": 874314389
        }
    ]
}