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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=133",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 134,
    "results": [
        {
            "start": 931433823,
            "stop": 931433827
        },
        {
            "start": 931433829,
            "stop": 931433928
        },
        {
            "start": 931433930,
            "stop": 931433961
        },
        {
            "start": 931433962,
            "stop": 931433987
        },
        {
            "start": 931433988,
            "stop": 931434001
        },
        {
            "start": 931434003,
            "stop": 931434017
        },
        {
            "start": 931434021,
            "stop": 931434048
        },
        {
            "start": 931434050,
            "stop": 931434051
        },
        {
            "start": 931434053,
            "stop": 931434067
        },
        {
            "start": 931434069,
            "stop": 931434101
        },
        {
            "start": 931434102,
            "stop": 931434135
        },
        {
            "start": 931434136,
            "stop": 931434145
        },
        {
            "start": 931434146,
            "stop": 931434150
        },
        {
            "start": 931434151,
            "stop": 931434172
        },
        {
            "start": 931434174,
            "stop": 931434180
        },
        {
            "start": 931434182,
            "stop": 931434204
        },
        {
            "start": 931434207,
            "stop": 931434229
        },
        {
            "start": 931434231,
            "stop": 931434250
        },
        {
            "start": 931434252,
            "stop": 931434273
        },
        {
            "start": 931434275,
            "stop": 931434302
        }
    ]
}