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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1138",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1136",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1137,
    "results": [
        {
            "start": 1136460741,
            "stop": 1136460742
        },
        {
            "start": 1136460745,
            "stop": 1136460757
        },
        {
            "start": 1136460760,
            "stop": 1136460767
        },
        {
            "start": 1136460770,
            "stop": 1136460789
        },
        {
            "start": 1136460792,
            "stop": 1136460802
        },
        {
            "start": 1136460805,
            "stop": 1136460820
        },
        {
            "start": 1136460823,
            "stop": 1136460842
        },
        {
            "start": 1136460845,
            "stop": 1136460855
        },
        {
            "start": 1136460858,
            "stop": 1136460865
        },
        {
            "start": 1136460868,
            "stop": 1136460873
        },
        {
            "start": 1136460876,
            "stop": 1136460896
        },
        {
            "start": 1136460899,
            "stop": 1136460917
        },
        {
            "start": 1136460920,
            "stop": 1136460935
        },
        {
            "start": 1136460938,
            "stop": 1136460953
        },
        {
            "start": 1136460956,
            "stop": 1136460986
        },
        {
            "start": 1136460989,
            "stop": 1136461012
        },
        {
            "start": 1136461015,
            "stop": 1136461084
        },
        {
            "start": 1136461087,
            "stop": 1136461123
        },
        {
            "start": 1136461126,
            "stop": 1136461154
        },
        {
            "start": 1136461157,
            "stop": 1136461212
        }
    ]
}