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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5138",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5136",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5137,
    "results": [
        {
            "start": 1136991183,
            "stop": 1136991189
        },
        {
            "start": 1136991190,
            "stop": 1136991229
        },
        {
            "start": 1136991231,
            "stop": 1136991247
        },
        {
            "start": 1136991249,
            "stop": 1136991286
        },
        {
            "start": 1136991288,
            "stop": 1136991313
        },
        {
            "start": 1136991315,
            "stop": 1136991327
        },
        {
            "start": 1136991328,
            "stop": 1136991352
        },
        {
            "start": 1136991357,
            "stop": 1136991380
        },
        {
            "start": 1136991382,
            "stop": 1136991424
        },
        {
            "start": 1136991425,
            "stop": 1136991449
        },
        {
            "start": 1136991453,
            "stop": 1136991454
        },
        {
            "start": 1136991456,
            "stop": 1136991510
        },
        {
            "start": 1136991512,
            "stop": 1136991524
        },
        {
            "start": 1136991526,
            "stop": 1136991534
        },
        {
            "start": 1136991536,
            "stop": 1136991548
        },
        {
            "start": 1136991549,
            "stop": 1136991554
        },
        {
            "start": 1136991556,
            "stop": 1136991558
        },
        {
            "start": 1136991560,
            "stop": 1136991568
        },
        {
            "start": 1136991570,
            "stop": 1136991580
        },
        {
            "start": 1136991582,
            "stop": 1136991601
        }
    ]
}