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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=792",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=790",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 791,
    "results": [
        {
            "start": 1268454944,
            "stop": 1268457897
        },
        {
            "start": 1268457898,
            "stop": 1268457899
        },
        {
            "start": 1268457900,
            "stop": 1268457906
        },
        {
            "start": 1268457907,
            "stop": 1268457908
        },
        {
            "start": 1268457909,
            "stop": 1268457918
        },
        {
            "start": 1268457919,
            "stop": 1268457921
        },
        {
            "start": 1268457923,
            "stop": 1268457924
        },
        {
            "start": 1268457929,
            "stop": 1268457930
        },
        {
            "start": 1268457931,
            "stop": 1268457932
        },
        {
            "start": 1268457933,
            "stop": 1268457934
        },
        {
            "start": 1268457935,
            "stop": 1268457941
        },
        {
            "start": 1268457942,
            "stop": 1268457944
        },
        {
            "start": 1268457946,
            "stop": 1268457947
        },
        {
            "start": 1268457948,
            "stop": 1268457953
        },
        {
            "start": 1268457956,
            "stop": 1268457957
        },
        {
            "start": 1268457958,
            "stop": 1268457961
        },
        {
            "start": 1268457964,
            "stop": 1268457970
        },
        {
            "start": 1268457971,
            "stop": 1268457975
        },
        {
            "start": 1268457976,
            "stop": 1268457982
        },
        {
            "start": 1268457984,
            "stop": 1268457992
        }
    ]
}