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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=184",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 185,
    "results": [
        {
            "start": 931455204,
            "stop": 931455214
        },
        {
            "start": 931455216,
            "stop": 931455217
        },
        {
            "start": 931455218,
            "stop": 931455224
        },
        {
            "start": 931455226,
            "stop": 931455229
        },
        {
            "start": 931455231,
            "stop": 931455234
        },
        {
            "start": 931455236,
            "stop": 931455257
        },
        {
            "start": 931455259,
            "stop": 931455262
        },
        {
            "start": 931455264,
            "stop": 931455283
        },
        {
            "start": 931455284,
            "stop": 931455302
        },
        {
            "start": 931455304,
            "stop": 931455337
        },
        {
            "start": 931455339,
            "stop": 931455381
        },
        {
            "start": 931455382,
            "stop": 931455383
        },
        {
            "start": 931455386,
            "stop": 931455404
        },
        {
            "start": 931455406,
            "stop": 931455407
        },
        {
            "start": 931455409,
            "stop": 931455451
        },
        {
            "start": 931455453,
            "stop": 931455505
        },
        {
            "start": 931455507,
            "stop": 931455512
        },
        {
            "start": 931455514,
            "stop": 931455519
        },
        {
            "start": 931455522,
            "stop": 931455525
        },
        {
            "start": 931455526,
            "stop": 931455527
        }
    ]
}