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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=268",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 269,
    "results": [
        {
            "start": 931613996,
            "stop": 931614027
        },
        {
            "start": 931614028,
            "stop": 931614100
        },
        {
            "start": 931614101,
            "stop": 931614118
        },
        {
            "start": 931614120,
            "stop": 931614162
        },
        {
            "start": 931614164,
            "stop": 931614176
        },
        {
            "start": 931614178,
            "stop": 931614190
        },
        {
            "start": 931614191,
            "stop": 931614221
        },
        {
            "start": 931614223,
            "stop": 931614225
        },
        {
            "start": 931614227,
            "stop": 931614238
        },
        {
            "start": 931614239,
            "stop": 931614242
        },
        {
            "start": 931614243,
            "stop": 931614262
        },
        {
            "start": 931614264,
            "stop": 931614265
        },
        {
            "start": 931614266,
            "stop": 931614295
        },
        {
            "start": 931614296,
            "stop": 931614362
        },
        {
            "start": 931614363,
            "stop": 931614367
        },
        {
            "start": 931614368,
            "stop": 931614382
        },
        {
            "start": 931614383,
            "stop": 931614402
        },
        {
            "start": 931614403,
            "stop": 931614412
        },
        {
            "start": 931614413,
            "stop": 931614432
        },
        {
            "start": 931614434,
            "stop": 931614491
        }
    ]
}