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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=131",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 132,
    "results": [
        {
            "start": 931865341,
            "stop": 931865430
        },
        {
            "start": 931865432,
            "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": 931866975
        },
        {
            "start": 931866977,
            "stop": 931867215
        },
        {
            "start": 931867575,
            "stop": 931868278
        },
        {
            "start": 931868280,
            "stop": 931868440
        },
        {
            "start": 931868445,
            "stop": 931869524
        },
        {
            "start": 931869543,
            "stop": 931869703
        },
        {
            "start": 931869705,
            "stop": 931869954
        },
        {
            "start": 931869956,
            "stop": 931870243
        },
        {
            "start": 931870245,
            "stop": 931870815
        }
    ]
}