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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40765",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40766,
    "results": [
        {
            "start": 874986599,
            "stop": 874986603
        },
        {
            "start": 874986604,
            "stop": 874986608
        },
        {
            "start": 874986610,
            "stop": 874986614
        },
        {
            "start": 874986615,
            "stop": 874986619
        },
        {
            "start": 874986620,
            "stop": 874986624
        },
        {
            "start": 874986625,
            "stop": 874986630
        },
        {
            "start": 874986631,
            "stop": 874986646
        },
        {
            "start": 874986647,
            "stop": 874986688
        },
        {
            "start": 874986689,
            "stop": 874986694
        },
        {
            "start": 874986695,
            "stop": 874986733
        },
        {
            "start": 874986734,
            "stop": 874986746
        },
        {
            "start": 874986747,
            "stop": 874986765
        },
        {
            "start": 874986766,
            "stop": 874986775
        },
        {
            "start": 874986776,
            "stop": 874986802
        },
        {
            "start": 874986803,
            "stop": 874986827
        },
        {
            "start": 874986828,
            "stop": 874986834
        },
        {
            "start": 874986835,
            "stop": 874986838
        },
        {
            "start": 874986839,
            "stop": 874986856
        },
        {
            "start": 874986857,
            "stop": 874986976
        },
        {
            "start": 874986977,
            "stop": 874987017
        }
    ]
}