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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4353",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4354,
    "results": [
        {
            "start": 874787490,
            "stop": 874787523
        },
        {
            "start": 874787542,
            "stop": 874787552
        },
        {
            "start": 874787833,
            "stop": 874787873
        },
        {
            "start": 874787892,
            "stop": 874787907
        },
        {
            "start": 874787926,
            "stop": 874788040
        },
        {
            "start": 874788059,
            "stop": 874788080
        },
        {
            "start": 874788128,
            "stop": 874788261
        },
        {
            "start": 874788280,
            "stop": 874788357
        },
        {
            "start": 874788377,
            "stop": 874788381
        },
        {
            "start": 874788385,
            "stop": 874788416
        },
        {
            "start": 874788435,
            "stop": 874788447
        },
        {
            "start": 874788466,
            "stop": 874788480
        },
        {
            "start": 874788540,
            "stop": 874788582
        },
        {
            "start": 874788617,
            "stop": 874788698
        },
        {
            "start": 874788730,
            "stop": 874788823
        },
        {
            "start": 874788858,
            "stop": 874788864
        },
        {
            "start": 874788883,
            "stop": 874788889
        },
        {
            "start": 874788945,
            "stop": 874789024
        },
        {
            "start": 874789048,
            "stop": 874789154
        },
        {
            "start": 874789183,
            "stop": 874789200
        }
    ]
}