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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=264",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 265,
    "results": [
        {
            "start": 821340240,
            "stop": 821343917
        },
        {
            "start": 821343924,
            "stop": 821344153
        },
        {
            "start": 821345496,
            "stop": 821350200
        },
        {
            "start": 821350207,
            "stop": 821355900
        },
        {
            "start": 821355907,
            "stop": 821357607
        },
        {
            "start": 821357614,
            "stop": 821360136
        },
        {
            "start": 821360143,
            "stop": 821363113
        },
        {
            "start": 821364960,
            "stop": 821367369
        },
        {
            "start": 821367373,
            "stop": 821374304
        },
        {
            "start": 821374485,
            "stop": 821374491
        },
        {
            "start": 821374498,
            "stop": 821383499
        },
        {
            "start": 821383506,
            "stop": 821388553
        },
        {
            "start": 821390722,
            "stop": 821394304
        },
        {
            "start": 821394441,
            "stop": 821402160
        },
        {
            "start": 821402220,
            "stop": 821409764
        },
        {
            "start": 821409945,
            "stop": 821415011
        },
        {
            "start": 821415018,
            "stop": 821427099
        },
        {
            "start": 821427106,
            "stop": 821431800
        },
        {
            "start": 821431860,
            "stop": 821447919
        },
        {
            "start": 821447948,
            "stop": 821449860
        }
    ]
}