Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=277
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=276",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 277,
    "results": [
        {
            "start": 1240120868,
            "stop": 1240120986
        },
        {
            "start": 1240120988,
            "stop": 1240121092
        },
        {
            "start": 1240121097,
            "stop": 1240121106
        },
        {
            "start": 1240121108,
            "stop": 1240121226
        },
        {
            "start": 1240121228,
            "stop": 1240121258
        },
        {
            "start": 1240121262,
            "stop": 1240121346
        },
        {
            "start": 1240121348,
            "stop": 1240121466
        },
        {
            "start": 1240121468,
            "stop": 1240121586
        },
        {
            "start": 1240121588,
            "stop": 1240121706
        },
        {
            "start": 1240121708,
            "stop": 1240121826
        },
        {
            "start": 1240121828,
            "stop": 1240121946
        },
        {
            "start": 1240121948,
            "stop": 1240122066
        },
        {
            "start": 1240122068,
            "stop": 1240122186
        },
        {
            "start": 1240122188,
            "stop": 1240122306
        },
        {
            "start": 1240122308,
            "stop": 1240122426
        },
        {
            "start": 1240122428,
            "stop": 1240122546
        },
        {
            "start": 1240122548,
            "stop": 1240122666
        },
        {
            "start": 1240122668,
            "stop": 1240122786
        },
        {
            "start": 1240122788,
            "stop": 1240122793
        },
        {
            "start": 1240122798,
            "stop": 1240122906
        }
    ]
}