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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=456",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 457,
    "results": [
        {
            "start": 873415858,
            "stop": 873415872
        },
        {
            "start": 873416172,
            "stop": 873424459
        },
        {
            "start": 873430963,
            "stop": 873435990
        },
        {
            "start": 873436050,
            "stop": 873436439
        },
        {
            "start": 873436549,
            "stop": 873436623
        },
        {
            "start": 873436923,
            "stop": 873461739
        },
        {
            "start": 873461761,
            "stop": 873471047
        },
        {
            "start": 873471078,
            "stop": 873471084
        },
        {
            "start": 873471123,
            "stop": 873478020
        },
        {
            "start": 873478121,
            "stop": 873478127
        },
        {
            "start": 873478163,
            "stop": 873481979
        },
        {
            "start": 873482040,
            "stop": 873482075
        },
        {
            "start": 873484056,
            "stop": 873485004
        },
        {
            "start": 873485031,
            "stop": 873485032
        },
        {
            "start": 873485053,
            "stop": 873489201
        },
        {
            "start": 873489220,
            "stop": 873489424
        },
        {
            "start": 873489767,
            "stop": 873489784
        },
        {
            "start": 873489894,
            "stop": 873492054
        },
        {
            "start": 873492354,
            "stop": 873492632
        },
        {
            "start": 873492953,
            "stop": 873495644
        }
    ]
}