Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5655
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5654",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5655,
    "results": [
        {
            "start": 874522634,
            "stop": 874522640
        },
        {
            "start": 874522643,
            "stop": 874522671
        },
        {
            "start": 874522675,
            "stop": 874522681
        },
        {
            "start": 874522685,
            "stop": 874522693
        },
        {
            "start": 874522697,
            "stop": 874522700
        },
        {
            "start": 874522703,
            "stop": 874522711
        },
        {
            "start": 874522714,
            "stop": 874522725
        },
        {
            "start": 874522729,
            "stop": 874522730
        },
        {
            "start": 874522734,
            "stop": 874522744
        },
        {
            "start": 874522747,
            "stop": 874522784
        },
        {
            "start": 874522787,
            "stop": 874522816
        },
        {
            "start": 874522820,
            "stop": 874522858
        },
        {
            "start": 874522861,
            "stop": 874522871
        },
        {
            "start": 874522877,
            "stop": 874522924
        },
        {
            "start": 874522927,
            "stop": 874522932
        },
        {
            "start": 874522935,
            "stop": 874522941
        },
        {
            "start": 874522944,
            "stop": 874522989
        },
        {
            "start": 874522992,
            "stop": 874523002
        },
        {
            "start": 874523005,
            "stop": 874523049
        },
        {
            "start": 874523052,
            "stop": 874523064
        }
    ]
}