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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=855",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 856,
    "results": [
        {
            "start": 861647251,
            "stop": 861647611
        },
        {
            "start": 861647754,
            "stop": 861649554
        },
        {
            "start": 861649741,
            "stop": 861650041
        },
        {
            "start": 861650389,
            "stop": 861652789
        },
        {
            "start": 861654920,
            "stop": 861655760
        },
        {
            "start": 861656142,
            "stop": 861659682
        },
        {
            "start": 861659965,
            "stop": 861662185
        },
        {
            "start": 861662540,
            "stop": 861669680
        },
        {
            "start": 861670240,
            "stop": 861672820
        },
        {
            "start": 861672910,
            "stop": 861676840
        },
        {
            "start": 861677042,
            "stop": 861679322
        },
        {
            "start": 861679461,
            "stop": 861683001
        },
        {
            "start": 861683138,
            "stop": 861684728
        },
        {
            "start": 861684878,
            "stop": 861685238
        },
        {
            "start": 861685386,
            "stop": 861687906
        },
        {
            "start": 861688138,
            "stop": 861691138
        },
        {
            "start": 861694204,
            "stop": 861694804
        },
        {
            "start": 861695126,
            "stop": 861701246
        },
        {
            "start": 861701554,
            "stop": 861701674
        },
        {
            "start": 861701985,
            "stop": 861702525
        }
    ]
}