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=40762
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=40763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40761",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40762,
    "results": [
        {
            "start": 874977780,
            "stop": 874977786
        },
        {
            "start": 874977787,
            "stop": 874977831
        },
        {
            "start": 874977832,
            "stop": 874977919
        },
        {
            "start": 874977921,
            "stop": 874977960
        },
        {
            "start": 874984623,
            "stop": 874984631
        },
        {
            "start": 874984632,
            "stop": 874984636
        },
        {
            "start": 874984637,
            "stop": 874984642
        },
        {
            "start": 874984643,
            "stop": 874984647
        },
        {
            "start": 874984648,
            "stop": 874984652
        },
        {
            "start": 874984653,
            "stop": 874984657
        },
        {
            "start": 874984659,
            "stop": 874984663
        },
        {
            "start": 874984664,
            "stop": 874984668
        },
        {
            "start": 874984670,
            "stop": 874984672
        },
        {
            "start": 874984673,
            "stop": 874984674
        },
        {
            "start": 874984675,
            "stop": 874984679
        },
        {
            "start": 874984740,
            "stop": 874984743
        },
        {
            "start": 874984744,
            "stop": 874984748
        },
        {
            "start": 874984750,
            "stop": 874984754
        },
        {
            "start": 874984755,
            "stop": 874984759
        },
        {
            "start": 874984760,
            "stop": 874984764
        }
    ]
}