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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=825",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 826,
    "results": [
        {
            "start": 860344029,
            "stop": 860344329
        },
        {
            "start": 860344486,
            "stop": 860346946
        },
        {
            "start": 860347228,
            "stop": 860347348
        },
        {
            "start": 860348061,
            "stop": 860351421
        },
        {
            "start": 860351601,
            "stop": 860352321
        },
        {
            "start": 860352481,
            "stop": 860353321
        },
        {
            "start": 860353472,
            "stop": 860354492
        },
        {
            "start": 860354683,
            "stop": 860355643
        },
        {
            "start": 860355793,
            "stop": 860357803
        },
        {
            "start": 860358995,
            "stop": 860359055
        },
        {
            "start": 860359414,
            "stop": 860363674
        },
        {
            "start": 860363810,
            "stop": 860364170
        },
        {
            "start": 860365390,
            "stop": 860366050
        },
        {
            "start": 860367623,
            "stop": 860369123
        },
        {
            "start": 860369324,
            "stop": 860370704
        },
        {
            "start": 860370865,
            "stop": 860371105
        },
        {
            "start": 860372620,
            "stop": 860393140
        },
        {
            "start": 860393290,
            "stop": 860400820
        },
        {
            "start": 860402437,
            "stop": 860410717
        },
        {
            "start": 860412576,
            "stop": 860417196
        }
    ]
}