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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6305",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6306,
    "results": [
        {
            "start": 873175529,
            "stop": 873175547
        },
        {
            "start": 873175549,
            "stop": 873175659
        },
        {
            "start": 873175660,
            "stop": 873176006
        },
        {
            "start": 873176008,
            "stop": 873176021
        },
        {
            "start": 873176022,
            "stop": 873176093
        },
        {
            "start": 873176095,
            "stop": 873176553
        },
        {
            "start": 873176554,
            "stop": 873176688
        },
        {
            "start": 873176689,
            "stop": 873177078
        },
        {
            "start": 873177079,
            "stop": 873177217
        },
        {
            "start": 873177218,
            "stop": 873177403
        },
        {
            "start": 873177404,
            "stop": 873177930
        },
        {
            "start": 873177931,
            "stop": 873178147
        },
        {
            "start": 873178148,
            "stop": 873178688
        },
        {
            "start": 873178689,
            "stop": 873178835
        },
        {
            "start": 873178836,
            "stop": 873179082
        },
        {
            "start": 873179083,
            "stop": 873179189
        },
        {
            "start": 873179753,
            "stop": 873179756
        },
        {
            "start": 873179758,
            "stop": 873180222
        },
        {
            "start": 873180223,
            "stop": 873180418
        },
        {
            "start": 873180419,
            "stop": 873180426
        }
    ]
}