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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=226",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 227,
    "results": [
        {
            "start": 933966177,
            "stop": 933966179
        },
        {
            "start": 933966182,
            "stop": 933966186
        },
        {
            "start": 933966189,
            "stop": 933966190
        },
        {
            "start": 933966195,
            "stop": 933966207
        },
        {
            "start": 933966210,
            "stop": 933966213
        },
        {
            "start": 933966216,
            "stop": 933966223
        },
        {
            "start": 933966225,
            "stop": 933966230
        },
        {
            "start": 933966235,
            "stop": 933966329
        },
        {
            "start": 933966569,
            "stop": 933966629
        },
        {
            "start": 933966689,
            "stop": 933966809
        },
        {
            "start": 933966869,
            "stop": 933967705
        },
        {
            "start": 933967707,
            "stop": 933967709
        },
        {
            "start": 933967995,
            "stop": 933968729
        },
        {
            "start": 933968789,
            "stop": 933969280
        },
        {
            "start": 933969282,
            "stop": 933969569
        },
        {
            "start": 933969929,
            "stop": 933970049
        },
        {
            "start": 933970109,
            "stop": 933970128
        },
        {
            "start": 933970248,
            "stop": 933970286
        },
        {
            "start": 933984631,
            "stop": 933984689
        },
        {
            "start": 933984749,
            "stop": 933984809
        }
    ]
}