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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=200",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 201,
    "results": [
        {
            "start": 1126831991,
            "stop": 1126831996
        },
        {
            "start": 1126831997,
            "stop": 1126832045
        },
        {
            "start": 1126832047,
            "stop": 1126832062
        },
        {
            "start": 1126832063,
            "stop": 1126832067
        },
        {
            "start": 1126832068,
            "stop": 1126832079
        },
        {
            "start": 1126832081,
            "stop": 1126832137
        },
        {
            "start": 1126832141,
            "stop": 1126832188
        },
        {
            "start": 1126832189,
            "stop": 1126832225
        },
        {
            "start": 1126832227,
            "stop": 1126832228
        },
        {
            "start": 1126832231,
            "stop": 1126832233
        },
        {
            "start": 1126832235,
            "stop": 1126832236
        },
        {
            "start": 1126832237,
            "stop": 1126832238
        },
        {
            "start": 1126832240,
            "stop": 1126832245
        },
        {
            "start": 1126832246,
            "stop": 1126832263
        },
        {
            "start": 1126832264,
            "stop": 1126832297
        },
        {
            "start": 1126832299,
            "stop": 1126832384
        },
        {
            "start": 1126832386,
            "stop": 1126832463
        },
        {
            "start": 1126832464,
            "stop": 1126832536
        },
        {
            "start": 1126832717,
            "stop": 1126832740
        },
        {
            "start": 1126832742,
            "stop": 1126832766
        }
    ]
}