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=561
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=562",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=560",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 561,
    "results": [
        {
            "start": 834353956,
            "stop": 834357492
        },
        {
            "start": 834357497,
            "stop": 834358424
        },
        {
            "start": 834359140,
            "stop": 834376262
        },
        {
            "start": 834376267,
            "stop": 834390158
        },
        {
            "start": 834392077,
            "stop": 834409680
        },
        {
            "start": 834409685,
            "stop": 834409706
        },
        {
            "start": 834409713,
            "stop": 834409721
        },
        {
            "start": 834409733,
            "stop": 834409751
        },
        {
            "start": 834409758,
            "stop": 834435525
        },
        {
            "start": 834436076,
            "stop": 834439593
        },
        {
            "start": 834439598,
            "stop": 834439870
        },
        {
            "start": 834439886,
            "stop": 834439897
        },
        {
            "start": 834439902,
            "stop": 834445552
        },
        {
            "start": 834445563,
            "stop": 834450504
        },
        {
            "start": 834451337,
            "stop": 834455344
        },
        {
            "start": 834455349,
            "stop": 834455939
        },
        {
            "start": 834455944,
            "stop": 834457346
        },
        {
            "start": 834457351,
            "stop": 834457757
        },
        {
            "start": 834457762,
            "stop": 834458587
        },
        {
            "start": 834458592,
            "stop": 834458914
        }
    ]
}