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=9804
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=9805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9803",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9804,
    "results": [
        {
            "start": 873887569,
            "stop": 873887583
        },
        {
            "start": 873887589,
            "stop": 873887600
        },
        {
            "start": 873887607,
            "stop": 873887610
        },
        {
            "start": 873887613,
            "stop": 873887627
        },
        {
            "start": 873889735,
            "stop": 873889751
        },
        {
            "start": 873889752,
            "stop": 873889753
        },
        {
            "start": 873889754,
            "stop": 873889763
        },
        {
            "start": 873889765,
            "stop": 873889769
        },
        {
            "start": 873889770,
            "stop": 873889787
        },
        {
            "start": 873889788,
            "stop": 873889810
        },
        {
            "start": 873889811,
            "stop": 873889822
        },
        {
            "start": 873889823,
            "stop": 873889828
        },
        {
            "start": 873889829,
            "stop": 873889833
        },
        {
            "start": 873889834,
            "stop": 873889841
        },
        {
            "start": 873889844,
            "stop": 873889874
        },
        {
            "start": 873889877,
            "stop": 873889898
        },
        {
            "start": 873889901,
            "stop": 873889902
        },
        {
            "start": 873889905,
            "stop": 873889921
        },
        {
            "start": 873889925,
            "stop": 873889942
        },
        {
            "start": 873889945,
            "stop": 873889952
        }
    ]
}