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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=11",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 12,
    "results": [
        {
            "start": 931088638,
            "stop": 931088641
        },
        {
            "start": 931088644,
            "stop": 931088658
        },
        {
            "start": 931088661,
            "stop": 931088667
        },
        {
            "start": 931088677,
            "stop": 931088678
        },
        {
            "start": 931088679,
            "stop": 931088680
        },
        {
            "start": 931088690,
            "stop": 931088692
        },
        {
            "start": 931088697,
            "stop": 931088708
        },
        {
            "start": 931088711,
            "stop": 931088712
        },
        {
            "start": 931088716,
            "stop": 931088725
        },
        {
            "start": 931088736,
            "stop": 931088742
        },
        {
            "start": 931088743,
            "stop": 931088750
        },
        {
            "start": 931088760,
            "stop": 931088762
        },
        {
            "start": 931088767,
            "stop": 931088772
        },
        {
            "start": 931088779,
            "stop": 931088780
        },
        {
            "start": 931088782,
            "stop": 931088784
        },
        {
            "start": 931088792,
            "stop": 931088799
        },
        {
            "start": 931088801,
            "stop": 931088813
        },
        {
            "start": 931088817,
            "stop": 931088820
        },
        {
            "start": 931088822,
            "stop": 931088826
        },
        {
            "start": 931088833,
            "stop": 931088834
        }
    ]
}