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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=157",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 158,
    "results": [
        {
            "start": 931454010,
            "stop": 931454032
        },
        {
            "start": 931454033,
            "stop": 931454034
        },
        {
            "start": 931454035,
            "stop": 931454037
        },
        {
            "start": 931454040,
            "stop": 931454048
        },
        {
            "start": 931454050,
            "stop": 931454068
        },
        {
            "start": 931454071,
            "stop": 931454075
        },
        {
            "start": 931454079,
            "stop": 931454081
        },
        {
            "start": 931454084,
            "stop": 931454100
        },
        {
            "start": 931454106,
            "stop": 931454108
        },
        {
            "start": 931454112,
            "stop": 931454114
        },
        {
            "start": 931457512,
            "stop": 931458175
        },
        {
            "start": 931458179,
            "stop": 931460065
        },
        {
            "start": 931460067,
            "stop": 931460146
        },
        {
            "start": 931460148,
            "stop": 931460160
        },
        {
            "start": 931460162,
            "stop": 931460262
        },
        {
            "start": 931460265,
            "stop": 931460312
        },
        {
            "start": 931460314,
            "stop": 931460323
        },
        {
            "start": 931460325,
            "stop": 931460345
        },
        {
            "start": 931460347,
            "stop": 931460352
        },
        {
            "start": 931460354,
            "stop": 931460409
        }
    ]
}