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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=6",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7,
    "results": [
        {
            "start": 931087680,
            "stop": 931087694
        },
        {
            "start": 931087696,
            "stop": 931087698
        },
        {
            "start": 931087699,
            "stop": 931087700
        },
        {
            "start": 931087706,
            "stop": 931087715
        },
        {
            "start": 931087722,
            "stop": 931087724
        },
        {
            "start": 931087726,
            "stop": 931087731
        },
        {
            "start": 931087732,
            "stop": 931087738
        },
        {
            "start": 931087739,
            "stop": 931087741
        },
        {
            "start": 931087743,
            "stop": 931087746
        },
        {
            "start": 931087753,
            "stop": 931087759
        },
        {
            "start": 931087763,
            "stop": 931087766
        },
        {
            "start": 931087772,
            "stop": 931087776
        },
        {
            "start": 931087782,
            "stop": 931087784
        },
        {
            "start": 931087786,
            "stop": 931087788
        },
        {
            "start": 931087792,
            "stop": 931087796
        },
        {
            "start": 931087803,
            "stop": 931087804
        },
        {
            "start": 931087807,
            "stop": 931087811
        },
        {
            "start": 931087817,
            "stop": 931087818
        },
        {
            "start": 931087823,
            "stop": 931087829
        },
        {
            "start": 931087866,
            "stop": 931087867
        }
    ]
}