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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=147",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 148,
    "results": [
        {
            "start": 931132761,
            "stop": 931132784
        },
        {
            "start": 931132787,
            "stop": 931132788
        },
        {
            "start": 931132789,
            "stop": 931132796
        },
        {
            "start": 931132798,
            "stop": 931132799
        },
        {
            "start": 931132800,
            "stop": 931132802
        },
        {
            "start": 931132803,
            "stop": 931132804
        },
        {
            "start": 931132805,
            "stop": 931132811
        },
        {
            "start": 931132813,
            "stop": 931132814
        },
        {
            "start": 931134043,
            "stop": 931134044
        },
        {
            "start": 931134046,
            "stop": 931134052
        },
        {
            "start": 931134054,
            "stop": 931134057
        },
        {
            "start": 931134557,
            "stop": 931134562
        },
        {
            "start": 931134564,
            "stop": 931134584
        },
        {
            "start": 931134587,
            "stop": 931134590
        },
        {
            "start": 931134591,
            "stop": 931134592
        },
        {
            "start": 931134594,
            "stop": 931134598
        },
        {
            "start": 931134599,
            "stop": 931134600
        },
        {
            "start": 931134604,
            "stop": 931134606
        },
        {
            "start": 931134609,
            "stop": 931134612
        },
        {
            "start": 931134613,
            "stop": 931134615
        }
    ]
}