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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5299",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5297",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5298,
    "results": [
        {
            "start": 1136462893,
            "stop": 1136463033
        },
        {
            "start": 1136463035,
            "stop": 1136463044
        },
        {
            "start": 1136463046,
            "stop": 1136463487
        },
        {
            "start": 1136463489,
            "stop": 1136463533
        },
        {
            "start": 1136463535,
            "stop": 1136463596
        },
        {
            "start": 1136463598,
            "stop": 1136463600
        },
        {
            "start": 1136463602,
            "stop": 1136463634
        },
        {
            "start": 1136463636,
            "stop": 1136463747
        },
        {
            "start": 1136463749,
            "stop": 1136463767
        },
        {
            "start": 1136463769,
            "stop": 1136463777
        },
        {
            "start": 1136463779,
            "stop": 1136463809
        },
        {
            "start": 1136463811,
            "stop": 1136463820
        },
        {
            "start": 1136463822,
            "stop": 1136463843
        },
        {
            "start": 1136463845,
            "stop": 1136463848
        },
        {
            "start": 1136463850,
            "stop": 1136463854
        },
        {
            "start": 1136463856,
            "stop": 1136463883
        },
        {
            "start": 1136463885,
            "stop": 1136463915
        },
        {
            "start": 1136463917,
            "stop": 1136463957
        },
        {
            "start": 1136463959,
            "stop": 1136464174
        },
        {
            "start": 1136464176,
            "stop": 1136464316
        }
    ]
}