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=5648
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=5649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5647",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5648,
    "results": [
        {
            "start": 874519651,
            "stop": 874519676
        },
        {
            "start": 874519680,
            "stop": 874519685
        },
        {
            "start": 874519689,
            "stop": 874519695
        },
        {
            "start": 874519699,
            "stop": 874519715
        },
        {
            "start": 874519723,
            "stop": 874519726
        },
        {
            "start": 874519730,
            "stop": 874519754
        },
        {
            "start": 874519758,
            "stop": 874519766
        },
        {
            "start": 874519769,
            "stop": 874519803
        },
        {
            "start": 874519807,
            "stop": 874519821
        },
        {
            "start": 874519826,
            "stop": 874519855
        },
        {
            "start": 874519861,
            "stop": 874519888
        },
        {
            "start": 874519894,
            "stop": 874519921
        },
        {
            "start": 874519925,
            "stop": 874519928
        },
        {
            "start": 874519931,
            "stop": 874519942
        },
        {
            "start": 874519945,
            "stop": 874519957
        },
        {
            "start": 874519965,
            "stop": 874519981
        },
        {
            "start": 874519987,
            "stop": 874519999
        },
        {
            "start": 874520002,
            "stop": 874520004
        },
        {
            "start": 874520009,
            "stop": 874520016
        },
        {
            "start": 874520019,
            "stop": 874520032
        }
    ]
}