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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=96",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 97,
    "results": [
        {
            "start": 1175777267,
            "stop": 1175797097
        },
        {
            "start": 1175797099,
            "stop": 1175797122
        },
        {
            "start": 1175797123,
            "stop": 1175797125
        },
        {
            "start": 1175797126,
            "stop": 1175797954
        },
        {
            "start": 1175797957,
            "stop": 1175798118
        },
        {
            "start": 1175798120,
            "stop": 1175798151
        },
        {
            "start": 1175798152,
            "stop": 1175798166
        },
        {
            "start": 1175798174,
            "stop": 1175798191
        },
        {
            "start": 1175798192,
            "stop": 1175798304
        },
        {
            "start": 1175798309,
            "stop": 1175798363
        },
        {
            "start": 1175798367,
            "stop": 1175798368
        },
        {
            "start": 1175798370,
            "stop": 1175798371
        },
        {
            "start": 1175798372,
            "stop": 1175798377
        },
        {
            "start": 1175798380,
            "stop": 1175798505
        },
        {
            "start": 1175798508,
            "stop": 1175798528
        },
        {
            "start": 1175798530,
            "stop": 1175798579
        },
        {
            "start": 1175798581,
            "stop": 1175798583
        },
        {
            "start": 1175798584,
            "stop": 1175798593
        },
        {
            "start": 1175798594,
            "stop": 1175798604
        },
        {
            "start": 1175798608,
            "stop": 1175798610
        }
    ]
}