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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=304",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 305,
    "results": [
        {
            "start": 931731109,
            "stop": 931731114
        },
        {
            "start": 931731116,
            "stop": 931731122
        },
        {
            "start": 931731124,
            "stop": 931731144
        },
        {
            "start": 931731147,
            "stop": 931731155
        },
        {
            "start": 931731157,
            "stop": 931731190
        },
        {
            "start": 931731195,
            "stop": 931731204
        },
        {
            "start": 931731206,
            "stop": 931731208
        },
        {
            "start": 931731212,
            "stop": 931731213
        },
        {
            "start": 931731216,
            "stop": 931731218
        },
        {
            "start": 931731229,
            "stop": 931731231
        },
        {
            "start": 931731233,
            "stop": 931731286
        },
        {
            "start": 931731288,
            "stop": 931731316
        },
        {
            "start": 931731318,
            "stop": 931731459
        },
        {
            "start": 931731461,
            "stop": 931731471
        },
        {
            "start": 931731474,
            "stop": 931731476
        },
        {
            "start": 931731479,
            "stop": 931731600
        },
        {
            "start": 931731602,
            "stop": 931731611
        },
        {
            "start": 931731612,
            "stop": 931731614
        },
        {
            "start": 931731616,
            "stop": 931731619
        },
        {
            "start": 931731621,
            "stop": 931731628
        }
    ]
}