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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5157",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5158,
    "results": [
        {
            "start": 874732995,
            "stop": 874733034
        },
        {
            "start": 874733041,
            "stop": 874733173
        },
        {
            "start": 874733181,
            "stop": 874733233
        },
        {
            "start": 874733241,
            "stop": 874733289
        },
        {
            "start": 874733296,
            "stop": 874733299
        },
        {
            "start": 874733306,
            "stop": 874733431
        },
        {
            "start": 874733438,
            "stop": 874733461
        },
        {
            "start": 874733468,
            "stop": 874733474
        },
        {
            "start": 874733481,
            "stop": 874733488
        },
        {
            "start": 874733507,
            "stop": 874733508
        },
        {
            "start": 874733515,
            "stop": 874733517
        },
        {
            "start": 874733527,
            "stop": 874733530
        },
        {
            "start": 874733537,
            "stop": 874733559
        },
        {
            "start": 874733569,
            "stop": 874733581
        },
        {
            "start": 874733588,
            "stop": 874733664
        },
        {
            "start": 874733672,
            "stop": 874733778
        },
        {
            "start": 874733785,
            "stop": 874733972
        },
        {
            "start": 874733981,
            "stop": 874733986
        },
        {
            "start": 874733993,
            "stop": 874733997
        },
        {
            "start": 874734005,
            "stop": 874734039
        }
    ]
}