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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=143",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 144,
    "results": [
        {
            "start": 931738977,
            "stop": 931739010
        },
        {
            "start": 931739015,
            "stop": 931739024
        },
        {
            "start": 931739030,
            "stop": 931739164
        },
        {
            "start": 931739170,
            "stop": 931739236
        },
        {
            "start": 931739241,
            "stop": 931739350
        },
        {
            "start": 931739356,
            "stop": 931739401
        },
        {
            "start": 931739406,
            "stop": 931739509
        },
        {
            "start": 931739515,
            "stop": 931740169
        },
        {
            "start": 931740175,
            "stop": 931740185
        },
        {
            "start": 931740190,
            "stop": 931740200
        },
        {
            "start": 931740206,
            "stop": 931740300
        },
        {
            "start": 931740306,
            "stop": 931740690
        },
        {
            "start": 931740696,
            "stop": 931740705
        },
        {
            "start": 931740711,
            "stop": 931741159
        },
        {
            "start": 931741165,
            "stop": 931741197
        },
        {
            "start": 931741202,
            "stop": 931741211
        },
        {
            "start": 931741217,
            "stop": 931741247
        },
        {
            "start": 931741253,
            "stop": 931741785
        },
        {
            "start": 931741791,
            "stop": 931741876
        },
        {
            "start": 931741881,
            "stop": 931741883
        }
    ]
}