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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=344",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 345,
    "results": [
        {
            "start": 874023874,
            "stop": 874046825
        },
        {
            "start": 874046827,
            "stop": 874081754
        },
        {
            "start": 874081756,
            "stop": 874087375
        },
        {
            "start": 874087901,
            "stop": 874088195
        },
        {
            "start": 874088495,
            "stop": 874098316
        },
        {
            "start": 874098444,
            "stop": 874132537
        },
        {
            "start": 874133371,
            "stop": 874162748
        },
        {
            "start": 874181009,
            "stop": 874181606
        },
        {
            "start": 874182099,
            "stop": 874183223
        },
        {
            "start": 874183224,
            "stop": 874187787
        },
        {
            "start": 874188389,
            "stop": 874189117
        },
        {
            "start": 874189505,
            "stop": 874193687
        },
        {
            "start": 874194343,
            "stop": 874227036
        },
        {
            "start": 874227308,
            "stop": 874263347
        },
        {
            "start": 874267336,
            "stop": 874272593
        },
        {
            "start": 874274080,
            "stop": 874275142
        },
        {
            "start": 874276610,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874300697
        },
        {
            "start": 874300699,
            "stop": 874313167
        },
        {
            "start": 874314647,
            "stop": 874316641
        }
    ]
}