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=8012
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=8013",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8011",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8012,
    "results": [
        {
            "start": 970405281,
            "stop": 970405296
        },
        {
            "start": 970405299,
            "stop": 970405303
        },
        {
            "start": 970405306,
            "stop": 970405310
        },
        {
            "start": 970405313,
            "stop": 970405314
        },
        {
            "start": 970405317,
            "stop": 970405337
        },
        {
            "start": 970405389,
            "stop": 970405390
        },
        {
            "start": 970405396,
            "stop": 970405397
        },
        {
            "start": 970405411,
            "stop": 970405421
        },
        {
            "start": 970405427,
            "stop": 970405429
        },
        {
            "start": 970405444,
            "stop": 970405473
        },
        {
            "start": 970405479,
            "stop": 970405480
        },
        {
            "start": 970405486,
            "stop": 970405511
        },
        {
            "start": 970405514,
            "stop": 970405525
        },
        {
            "start": 970405528,
            "stop": 970405562
        },
        {
            "start": 970405565,
            "stop": 970405570
        },
        {
            "start": 970405573,
            "stop": 970405672
        },
        {
            "start": 970405675,
            "stop": 970405687
        },
        {
            "start": 970405692,
            "stop": 970405714
        },
        {
            "start": 970405717,
            "stop": 970405725
        },
        {
            "start": 970405784,
            "stop": 970405787
        }
    ]
}