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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=47",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 48,
    "results": [
        {
            "start": 821221574,
            "stop": 821222053
        },
        {
            "start": 821224156,
            "stop": 821227273
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821232433
        },
        {
            "start": 821233092,
            "stop": 821239333
        },
        {
            "start": 821240172,
            "stop": 821287393
        },
        {
            "start": 821288674,
            "stop": 821307700
        },
        {
            "start": 821308381,
            "stop": 821326273
        },
        {
            "start": 821326323,
            "stop": 821326324
        },
        {
            "start": 821326418,
            "stop": 821335392
        },
        {
            "start": 821335424,
            "stop": 821344153
        },
        {
            "start": 821345496,
            "stop": 821358944
        },
        {
            "start": 821358976,
            "stop": 821362208
        },
        {
            "start": 821362752,
            "stop": 821363113
        },
        {
            "start": 821364960,
            "stop": 821388547
        },
        {
            "start": 821390722,
            "stop": 821394305
        },
        {
            "start": 821394441,
            "stop": 821433504
        },
        {
            "start": 821433536,
            "stop": 821435712
        },
        {
            "start": 821435744,
            "stop": 821447488
        },
        {
            "start": 821447936,
            "stop": 821456809
        }
    ]
}