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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=30",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 31,
    "results": [
        {
            "start": 819468748,
            "stop": 819470752
        },
        {
            "start": 819470784,
            "stop": 819480732
        },
        {
            "start": 819486095,
            "stop": 819492000
        },
        {
            "start": 819492032,
            "stop": 819493920
        },
        {
            "start": 819493952,
            "stop": 819505248
        },
        {
            "start": 819505280,
            "stop": 819515372
        },
        {
            "start": 819515375,
            "stop": 819527232
        },
        {
            "start": 819527264,
            "stop": 819538528
        },
        {
            "start": 819538560,
            "stop": 819550656
        },
        {
            "start": 819550688,
            "stop": 819554816
        },
        {
            "start": 819554848,
            "stop": 819555904
        },
        {
            "start": 819557861,
            "stop": 819560053
        },
        {
            "start": 819560225,
            "stop": 819561312
        },
        {
            "start": 819561344,
            "stop": 819573177
        },
        {
            "start": 819574106,
            "stop": 819579897
        },
        {
            "start": 819580664,
            "stop": 819600193
        },
        {
            "start": 819601648,
            "stop": 819604093
        },
        {
            "start": 819605130,
            "stop": 819616608
        },
        {
            "start": 819616640,
            "stop": 819625696
        },
        {
            "start": 819625728,
            "stop": 819640813
        }
    ]
}