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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=118",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 119,
    "results": [
        {
            "start": 931863975,
            "stop": 931864330
        },
        {
            "start": 931864335,
            "stop": 931864474
        },
        {
            "start": 931864492,
            "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": 931868440
        },
        {
            "start": 931868445,
            "stop": 931869524
        },
        {
            "start": 931869543,
            "stop": 931869703
        },
        {
            "start": 931869705,
            "stop": 931870243
        },
        {
            "start": 931870245,
            "stop": 931870815
        }
    ]
}