Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=562
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=563",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=561",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 562,
    "results": [
        {
            "start": 834458919,
            "stop": 834460755
        },
        {
            "start": 834460760,
            "stop": 834463088
        },
        {
            "start": 834463093,
            "stop": 834475714
        },
        {
            "start": 834475719,
            "stop": 834509421
        },
        {
            "start": 834510735,
            "stop": 834518370
        },
        {
            "start": 834519079,
            "stop": 834520143
        },
        {
            "start": 834522004,
            "stop": 834524288
        },
        {
            "start": 834524296,
            "stop": 834525357
        },
        {
            "start": 834526065,
            "stop": 834527834
        },
        {
            "start": 834529902,
            "stop": 834530051
        },
        {
            "start": 834530056,
            "stop": 834530072
        },
        {
            "start": 834544391,
            "stop": 834596649
        },
        {
            "start": 834597854,
            "stop": 834607110
        },
        {
            "start": 834607232,
            "stop": 834610077
        },
        {
            "start": 834610085,
            "stop": 834614854
        },
        {
            "start": 834614855,
            "stop": 834614857
        },
        {
            "start": 834614858,
            "stop": 834614860
        },
        {
            "start": 834614888,
            "stop": 834614889
        },
        {
            "start": 834615232,
            "stop": 834624444
        },
        {
            "start": 834626661,
            "stop": 834635069
        }
    ]
}