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=887
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=888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=886",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 887,
    "results": [
        {
            "start": 863710765,
            "stop": 863713045
        },
        {
            "start": 863713256,
            "stop": 863713616
        },
        {
            "start": 863713676,
            "stop": 863713916
        },
        {
            "start": 863714066,
            "stop": 863718146
        },
        {
            "start": 863718236,
            "stop": 863718296
        },
        {
            "start": 863718449,
            "stop": 863721209
        },
        {
            "start": 863721359,
            "stop": 863722709
        },
        {
            "start": 863723182,
            "stop": 863728282
        },
        {
            "start": 863728491,
            "stop": 863728851
        },
        {
            "start": 863729409,
            "stop": 863734059
        },
        {
            "start": 863734209,
            "stop": 863735199
        },
        {
            "start": 863735349,
            "stop": 863736489
        },
        {
            "start": 863736639,
            "stop": 863740089
        },
        {
            "start": 863740297,
            "stop": 863743477
        },
        {
            "start": 863744003,
            "stop": 863748143
        },
        {
            "start": 863748362,
            "stop": 863750102
        },
        {
            "start": 863750840,
            "stop": 863754050
        },
        {
            "start": 863754200,
            "stop": 863754920
        },
        {
            "start": 863755070,
            "stop": 863755280
        },
        {
            "start": 863755483,
            "stop": 863760283
        }
    ]
}