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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=142",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 143,
    "results": [
        {
            "start": 834455345,
            "stop": 834455939
        },
        {
            "start": 834455940,
            "stop": 834457346
        },
        {
            "start": 834457347,
            "stop": 834457757
        },
        {
            "start": 834457758,
            "stop": 834458587
        },
        {
            "start": 834458588,
            "stop": 834458914
        },
        {
            "start": 834458915,
            "stop": 834460755
        },
        {
            "start": 834460756,
            "stop": 834463088
        },
        {
            "start": 834463089,
            "stop": 834475714
        },
        {
            "start": 834475715,
            "stop": 834509421
        },
        {
            "start": 834510735,
            "stop": 834518353
        },
        {
            "start": 834519079,
            "stop": 834520093
        },
        {
            "start": 834522004,
            "stop": 834524288
        },
        {
            "start": 834524292,
            "stop": 834525313
        },
        {
            "start": 834526065,
            "stop": 834527834
        },
        {
            "start": 834529902,
            "stop": 834530045
        },
        {
            "start": 834544391,
            "stop": 834596620
        },
        {
            "start": 834597854,
            "stop": 834607110
        },
        {
            "start": 834607232,
            "stop": 834610077
        },
        {
            "start": 834610081,
            "stop": 834614854
        },
        {
            "start": 834614855,
            "stop": 834614857
        }
    ]
}