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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1864",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1862",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1863,
    "results": [
        {
            "start": 967628053,
            "stop": 967642639
        },
        {
            "start": 967642640,
            "stop": 967645723
        },
        {
            "start": 967647323,
            "stop": 967654549
        },
        {
            "start": 967654550,
            "stop": 967663684
        },
        {
            "start": 967665633,
            "stop": 967675055
        },
        {
            "start": 967675056,
            "stop": 967676677
        },
        {
            "start": 967676678,
            "stop": 967679213
        },
        {
            "start": 967679214,
            "stop": 967681403
        },
        {
            "start": 967681404,
            "stop": 967682457
        },
        {
            "start": 967683474,
            "stop": 967702275
        },
        {
            "start": 967702276,
            "stop": 967707755
        },
        {
            "start": 967707756,
            "stop": 967708999
        },
        {
            "start": 967709000,
            "stop": 967715222
        },
        {
            "start": 967715223,
            "stop": 967726895
        },
        {
            "start": 967726897,
            "stop": 967727916
        },
        {
            "start": 967727917,
            "stop": 967731390
        },
        {
            "start": 967731392,
            "stop": 967731397
        },
        {
            "start": 967733653,
            "stop": 967745384
        },
        {
            "start": 967745385,
            "stop": 967759480
        },
        {
            "start": 967759481,
            "stop": 967762179
        }
    ]
}