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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=435",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 436,
    "results": [
        {
            "start": 847809708,
            "stop": 847809711
        },
        {
            "start": 847809712,
            "stop": 847809715
        },
        {
            "start": 847809717,
            "stop": 847809724
        },
        {
            "start": 847809725,
            "stop": 847809732
        },
        {
            "start": 847809733,
            "stop": 847809735
        },
        {
            "start": 847809736,
            "stop": 847809746
        },
        {
            "start": 847809748,
            "stop": 847809777
        },
        {
            "start": 847809779,
            "stop": 847809800
        },
        {
            "start": 847809802,
            "stop": 847809820
        },
        {
            "start": 847809821,
            "stop": 847809823
        },
        {
            "start": 847809824,
            "stop": 847809895
        },
        {
            "start": 847809896,
            "stop": 847809904
        },
        {
            "start": 847809906,
            "stop": 847809927
        },
        {
            "start": 847809928,
            "stop": 847809948
        },
        {
            "start": 847809949,
            "stop": 847809969
        },
        {
            "start": 847809970,
            "stop": 847809990
        },
        {
            "start": 847809991,
            "stop": 847810012
        },
        {
            "start": 847810014,
            "stop": 847810020
        },
        {
            "start": 847810022,
            "stop": 847810033
        },
        {
            "start": 847810034,
            "stop": 847810055
        }
    ]
}