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=9733
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=9734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9732",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9733,
    "results": [
        {
            "start": 873331366,
            "stop": 873331429
        },
        {
            "start": 873331431,
            "stop": 873332168
        },
        {
            "start": 873332171,
            "stop": 873339599
        },
        {
            "start": 873339602,
            "stop": 873341213
        },
        {
            "start": 873341216,
            "stop": 873341723
        },
        {
            "start": 873341726,
            "stop": 873341746
        },
        {
            "start": 873341749,
            "stop": 873341877
        },
        {
            "start": 873341880,
            "stop": 873341883
        },
        {
            "start": 873341886,
            "stop": 873342251
        },
        {
            "start": 873342254,
            "stop": 873342309
        },
        {
            "start": 873342312,
            "stop": 873342387
        },
        {
            "start": 873342390,
            "stop": 873343009
        },
        {
            "start": 873343012,
            "stop": 873344510
        },
        {
            "start": 873344513,
            "stop": 873344776
        },
        {
            "start": 873344779,
            "stop": 873345169
        },
        {
            "start": 873345172,
            "stop": 873345388
        },
        {
            "start": 873345391,
            "stop": 873346551
        },
        {
            "start": 873346554,
            "stop": 873346564
        },
        {
            "start": 873346567,
            "stop": 873352023
        },
        {
            "start": 873352026,
            "stop": 873352318
        }
    ]
}