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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=2",
    "previous": null,
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 1,
    "results": [
        {
            "start": 931052708,
            "stop": 931052710
        },
        {
            "start": 931052711,
            "stop": 931052713
        },
        {
            "start": 931052716,
            "stop": 931052727
        },
        {
            "start": 931052728,
            "stop": 931052729
        },
        {
            "start": 931052731,
            "stop": 931052733
        },
        {
            "start": 931052734,
            "stop": 931052738
        },
        {
            "start": 931052799,
            "stop": 931052801
        },
        {
            "start": 931052802,
            "stop": 931052804
        },
        {
            "start": 931052806,
            "stop": 931052809
        },
        {
            "start": 931052810,
            "stop": 931052817
        },
        {
            "start": 931052818,
            "stop": 931052820
        },
        {
            "start": 931052823,
            "stop": 931052831
        },
        {
            "start": 931052832,
            "stop": 931052833
        },
        {
            "start": 931052835,
            "stop": 931052836
        },
        {
            "start": 931052837,
            "stop": 931052842
        },
        {
            "start": 931052843,
            "stop": 931052844
        },
        {
            "start": 931052845,
            "stop": 931052846
        },
        {
            "start": 931052848,
            "stop": 931052851
        },
        {
            "start": 931052856,
            "stop": 931052857
        },
        {
            "start": 931052858,
            "stop": 931052867
        }
    ]
}