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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=94",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 95,
    "results": [
        {
            "start": 1175667773,
            "stop": 1175669458
        },
        {
            "start": 1175669461,
            "stop": 1175669477
        },
        {
            "start": 1175669479,
            "stop": 1175670111
        },
        {
            "start": 1175670112,
            "stop": 1175673259
        },
        {
            "start": 1175673260,
            "stop": 1175673799
        },
        {
            "start": 1175673802,
            "stop": 1175674399
        },
        {
            "start": 1175674400,
            "stop": 1175678341
        },
        {
            "start": 1175678343,
            "stop": 1175696117
        },
        {
            "start": 1175696120,
            "stop": 1175696126
        },
        {
            "start": 1175696130,
            "stop": 1175696204
        },
        {
            "start": 1175696205,
            "stop": 1175696210
        },
        {
            "start": 1175696211,
            "stop": 1175696600
        },
        {
            "start": 1175696603,
            "stop": 1175696648
        },
        {
            "start": 1175696649,
            "stop": 1175697215
        },
        {
            "start": 1175697216,
            "stop": 1175700023
        },
        {
            "start": 1175700025,
            "stop": 1175700629
        },
        {
            "start": 1175700630,
            "stop": 1175700637
        },
        {
            "start": 1175700640,
            "stop": 1175700641
        },
        {
            "start": 1175700644,
            "stop": 1175700841
        },
        {
            "start": 1175700853,
            "stop": 1175704765
        }
    ]
}