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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=15",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 16,
    "results": [
        {
            "start": 816074396,
            "stop": 816078899
        },
        {
            "start": 816078902,
            "stop": 816080080
        },
        {
            "start": 816082625,
            "stop": 816086340
        },
        {
            "start": 816086520,
            "stop": 816089507
        },
        {
            "start": 816089509,
            "stop": 816091970
        },
        {
            "start": 816095582,
            "stop": 816095748
        },
        {
            "start": 816096599,
            "stop": 816098092
        },
        {
            "start": 816098095,
            "stop": 816099069
        },
        {
            "start": 816100791,
            "stop": 816103258
        },
        {
            "start": 816141407,
            "stop": 816141659
        },
        {
            "start": 816142132,
            "stop": 816142159
        },
        {
            "start": 816143173,
            "stop": 816156455
        },
        {
            "start": 816156457,
            "stop": 816175833
        },
        {
            "start": 816175837,
            "stop": 816176438
        },
        {
            "start": 816176442,
            "stop": 816179632
        },
        {
            "start": 816179636,
            "stop": 816180407
        },
        {
            "start": 816180410,
            "stop": 816182520
        },
        {
            "start": 816182580,
            "stop": 816183075
        },
        {
            "start": 816184320,
            "stop": 816185103
        },
        {
            "start": 816186901,
            "stop": 816189300
        }
    ]
}