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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=9",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 10,
    "results": [
        {
            "start": 816614533,
            "stop": 816614663
        },
        {
            "start": 816614671,
            "stop": 816614672
        },
        {
            "start": 816614698,
            "stop": 816614727
        },
        {
            "start": 816614735,
            "stop": 816614759
        },
        {
            "start": 816614767,
            "stop": 816615364
        },
        {
            "start": 816617073,
            "stop": 816617120
        },
        {
            "start": 816617133,
            "stop": 816617201
        },
        {
            "start": 816617210,
            "stop": 816617563
        },
        {
            "start": 816617571,
            "stop": 816618147
        },
        {
            "start": 816618155,
            "stop": 816618440
        },
        {
            "start": 816618461,
            "stop": 816618513
        },
        {
            "start": 816619011,
            "stop": 816619196
        },
        {
            "start": 816619204,
            "stop": 816619277
        },
        {
            "start": 816619285,
            "stop": 816619425
        },
        {
            "start": 816619533,
            "stop": 816619596
        },
        {
            "start": 816651331,
            "stop": 816651507
        },
        {
            "start": 816651514,
            "stop": 816651598
        },
        {
            "start": 816651605,
            "stop": 816651946
        },
        {
            "start": 816651953,
            "stop": 816651963
        },
        {
            "start": 816651970,
            "stop": 816653002
        }
    ]
}