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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=328",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 329,
    "results": [
        {
            "start": 821749528,
            "stop": 821749532
        },
        {
            "start": 821749535,
            "stop": 821749542
        },
        {
            "start": 821749545,
            "stop": 821749550
        },
        {
            "start": 821749556,
            "stop": 821749559
        },
        {
            "start": 821749563,
            "stop": 821749569
        },
        {
            "start": 821749572,
            "stop": 821749574
        },
        {
            "start": 821749577,
            "stop": 821749578
        },
        {
            "start": 821749585,
            "stop": 821749588
        },
        {
            "start": 821749591,
            "stop": 821749593
        },
        {
            "start": 821749596,
            "stop": 821749597
        },
        {
            "start": 821749600,
            "stop": 821749625
        },
        {
            "start": 821749628,
            "stop": 821749635
        },
        {
            "start": 821749638,
            "stop": 821749641
        },
        {
            "start": 821749645,
            "stop": 821749646
        },
        {
            "start": 821749649,
            "stop": 821749650
        },
        {
            "start": 821749654,
            "stop": 821749666
        },
        {
            "start": 821749669,
            "stop": 821749670
        },
        {
            "start": 821749673,
            "stop": 821749678
        },
        {
            "start": 821749686,
            "stop": 821749693
        },
        {
            "start": 821749696,
            "stop": 821749699
        }
    ]
}