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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=176",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 177,
    "results": [
        {
            "start": 843496389,
            "stop": 843501079
        },
        {
            "start": 843501174,
            "stop": 843501890
        },
        {
            "start": 843520940,
            "stop": 843546784
        },
        {
            "start": 843546786,
            "stop": 843561327
        },
        {
            "start": 843561328,
            "stop": 843571122
        },
        {
            "start": 843574028,
            "stop": 843577788
        },
        {
            "start": 843577789,
            "stop": 843580433
        },
        {
            "start": 843580441,
            "stop": 843582136
        },
        {
            "start": 843582554,
            "stop": 843589805
        },
        {
            "start": 843595060,
            "stop": 843600489
        },
        {
            "start": 843600495,
            "stop": 843604918
        },
        {
            "start": 843607800,
            "stop": 843611984
        },
        {
            "start": 843612342,
            "stop": 843657817
        },
        {
            "start": 843658111,
            "stop": 843673029
        },
        {
            "start": 843673478,
            "stop": 843674442
        },
        {
            "start": 843684379,
            "stop": 843709436
        },
        {
            "start": 843710036,
            "stop": 843721532
        },
        {
            "start": 843722665,
            "stop": 843729385
        },
        {
            "start": 843737393,
            "stop": 843742105
        },
        {
            "start": 843743588,
            "stop": 843744447
        }
    ]
}