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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=34",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 35,
    "results": [
        {
            "start": 819755886,
            "stop": 819756270
        },
        {
            "start": 819757726,
            "stop": 819760350
        },
        {
            "start": 819761763,
            "stop": 819763784
        },
        {
            "start": 819764281,
            "stop": 819768054
        },
        {
            "start": 819768252,
            "stop": 819789990
        },
        {
            "start": 819791652,
            "stop": 819801999
        },
        {
            "start": 819803753,
            "stop": 819821417
        },
        {
            "start": 819821423,
            "stop": 819821425
        },
        {
            "start": 819821430,
            "stop": 819822551
        },
        {
            "start": 819823046,
            "stop": 819825330
        },
        {
            "start": 819825390,
            "stop": 819825402
        },
        {
            "start": 819827551,
            "stop": 819828245
        },
        {
            "start": 819828488,
            "stop": 819828916
        },
        {
            "start": 819828919,
            "stop": 819829986
        },
        {
            "start": 819830689,
            "stop": 819834707
        },
        {
            "start": 819834713,
            "stop": 819834717
        },
        {
            "start": 819834730,
            "stop": 819834742
        },
        {
            "start": 819834748,
            "stop": 819834755
        },
        {
            "start": 819834760,
            "stop": 819834775
        },
        {
            "start": 819834780,
            "stop": 819837100
        }
    ]
}