Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=577
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=578",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=576",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 577,
    "results": [
        {
            "start": 1187544489,
            "stop": 1187558591
        },
        {
            "start": 1187558594,
            "stop": 1187566940
        },
        {
            "start": 1187566944,
            "stop": 1187588475
        },
        {
            "start": 1187588479,
            "stop": 1187592904
        },
        {
            "start": 1187592909,
            "stop": 1187602158
        },
        {
            "start": 1187604329,
            "stop": 1187604380
        },
        {
            "start": 1187605180,
            "stop": 1187605276
        },
        {
            "start": 1187605364,
            "stop": 1187605470
        },
        {
            "start": 1187605759,
            "stop": 1187605809
        },
        {
            "start": 1187606124,
            "stop": 1187606264
        },
        {
            "start": 1187606269,
            "stop": 1187606810
        },
        {
            "start": 1187609753,
            "stop": 1187610433
        },
        {
            "start": 1187610437,
            "stop": 1187616469
        },
        {
            "start": 1187616473,
            "stop": 1187619133
        },
        {
            "start": 1187619155,
            "stop": 1187627224
        },
        {
            "start": 1187634944,
            "stop": 1187638168
        },
        {
            "start": 1187638172,
            "stop": 1187651493
        },
        {
            "start": 1187652925,
            "stop": 1187654202
        },
        {
            "start": 1187654206,
            "stop": 1187654476
        },
        {
            "start": 1187654480,
            "stop": 1187655854
        }
    ]
}