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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 162,
    "results": [
        {
            "start": 931422238,
            "stop": 931422257
        },
        {
            "start": 931422258,
            "stop": 931422392
        },
        {
            "start": 931422393,
            "stop": 931422421
        },
        {
            "start": 931422422,
            "stop": 931422451
        },
        {
            "start": 931422454,
            "stop": 931422767
        },
        {
            "start": 931422769,
            "stop": 931422817
        },
        {
            "start": 931422818,
            "stop": 931422979
        },
        {
            "start": 931422981,
            "stop": 931422990
        },
        {
            "start": 931422991,
            "stop": 931422995
        },
        {
            "start": 931422996,
            "stop": 931423043
        },
        {
            "start": 931423045,
            "stop": 931423122
        },
        {
            "start": 931423123,
            "stop": 931423127
        },
        {
            "start": 931423129,
            "stop": 931423187
        },
        {
            "start": 931423189,
            "stop": 931423216
        },
        {
            "start": 931423219,
            "stop": 931423276
        },
        {
            "start": 931423280,
            "stop": 931423321
        },
        {
            "start": 931423324,
            "stop": 931423336
        },
        {
            "start": 931423339,
            "stop": 931423351
        },
        {
            "start": 931423354,
            "stop": 931423366
        },
        {
            "start": 931423369,
            "stop": 931423435
        }
    ]
}