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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=533",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=531",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 532,
    "results": [
        {
            "start": 1184917241,
            "stop": 1184917393
        },
        {
            "start": 1184917395,
            "stop": 1184917474
        },
        {
            "start": 1184917476,
            "stop": 1184917551
        },
        {
            "start": 1184917553,
            "stop": 1184917584
        },
        {
            "start": 1184917590,
            "stop": 1184917621
        },
        {
            "start": 1184917623,
            "stop": 1184918033
        },
        {
            "start": 1184918035,
            "stop": 1184918214
        },
        {
            "start": 1184918216,
            "stop": 1184918261
        },
        {
            "start": 1184918268,
            "stop": 1184918294
        },
        {
            "start": 1184918296,
            "stop": 1184918300
        },
        {
            "start": 1184918302,
            "stop": 1184918304
        },
        {
            "start": 1184918306,
            "stop": 1184918523
        },
        {
            "start": 1184918525,
            "stop": 1184918706
        },
        {
            "start": 1184918708,
            "stop": 1184918715
        },
        {
            "start": 1184918717,
            "stop": 1184918729
        },
        {
            "start": 1184918732,
            "stop": 1184918761
        },
        {
            "start": 1184918763,
            "stop": 1184919070
        },
        {
            "start": 1184919072,
            "stop": 1184919077
        },
        {
            "start": 1184919080,
            "stop": 1184919088
        },
        {
            "start": 1184919090,
            "stop": 1184919092
        }
    ]
}