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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=356",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 357,
    "results": [
        {
            "start": 931864484,
            "stop": 931865338
        },
        {
            "start": 931865341,
            "stop": 931865802
        },
        {
            "start": 931865805,
            "stop": 931865998
        },
        {
            "start": 931866000,
            "stop": 931866003
        },
        {
            "start": 931866006,
            "stop": 931866012
        },
        {
            "start": 931866015,
            "stop": 931866088
        },
        {
            "start": 931866090,
            "stop": 931866103
        },
        {
            "start": 931866106,
            "stop": 931866117
        },
        {
            "start": 931866120,
            "stop": 931866132
        },
        {
            "start": 931866135,
            "stop": 931866433
        },
        {
            "start": 931866435,
            "stop": 931866583
        },
        {
            "start": 931866585,
            "stop": 931867215
        },
        {
            "start": 931867575,
            "stop": 931868278
        },
        {
            "start": 931868280,
            "stop": 931869532
        },
        {
            "start": 931869535,
            "stop": 931869703
        },
        {
            "start": 931869705,
            "stop": 931870243
        },
        {
            "start": 931870245,
            "stop": 931870815
        },
        {
            "start": 931871175,
            "stop": 931873306
        },
        {
            "start": 931873309,
            "stop": 931873865
        },
        {
            "start": 931873867,
            "stop": 931873887
        }
    ]
}