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=9902
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=9903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9901",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9902,
    "results": [
        {
            "start": 874577988,
            "stop": 874578089
        },
        {
            "start": 874578092,
            "stop": 874578100
        },
        {
            "start": 874578104,
            "stop": 874578535
        },
        {
            "start": 874578538,
            "stop": 874578539
        },
        {
            "start": 874578542,
            "stop": 874578554
        },
        {
            "start": 874578557,
            "stop": 874578565
        },
        {
            "start": 874578568,
            "stop": 874578618
        },
        {
            "start": 874578623,
            "stop": 874578988
        },
        {
            "start": 874578991,
            "stop": 874579000
        },
        {
            "start": 874579003,
            "stop": 874579014
        },
        {
            "start": 874579017,
            "stop": 874579083
        },
        {
            "start": 874579088,
            "stop": 874579186
        },
        {
            "start": 874579189,
            "stop": 874579884
        },
        {
            "start": 874579887,
            "stop": 874580383
        },
        {
            "start": 874580386,
            "stop": 874580547
        },
        {
            "start": 874580550,
            "stop": 874580639
        },
        {
            "start": 874580642,
            "stop": 874580644
        },
        {
            "start": 874580647,
            "stop": 874580653
        },
        {
            "start": 874580656,
            "stop": 874580856
        },
        {
            "start": 874580859,
            "stop": 874581144
        }
    ]
}