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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=198",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 199,
    "results": [
        {
            "start": 846385943,
            "stop": 846409352
        },
        {
            "start": 846409773,
            "stop": 846435821
        },
        {
            "start": 846435969,
            "stop": 846438565
        },
        {
            "start": 846438568,
            "stop": 846440192
        },
        {
            "start": 846440272,
            "stop": 846441846
        },
        {
            "start": 846441956,
            "stop": 846443949
        },
        {
            "start": 846444402,
            "stop": 846446533
        },
        {
            "start": 846446833,
            "stop": 846449572
        },
        {
            "start": 846449682,
            "stop": 846450394
        },
        {
            "start": 846450694,
            "stop": 846450697
        },
        {
            "start": 846450997,
            "stop": 846457540
        },
        {
            "start": 846460721,
            "stop": 846510722
        },
        {
            "start": 846510832,
            "stop": 846512594
        },
        {
            "start": 846512894,
            "stop": 846513447
        },
        {
            "start": 846513557,
            "stop": 846513564
        },
        {
            "start": 846513864,
            "stop": 846514062
        },
        {
            "start": 846514172,
            "stop": 846514670
        },
        {
            "start": 846514970,
            "stop": 846529302
        },
        {
            "start": 846529714,
            "stop": 846539989
        },
        {
            "start": 846542348,
            "stop": 846544767
        }
    ]
}