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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=271",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 272,
    "results": [
        {
            "start": 821051550,
            "stop": 821051595
        },
        {
            "start": 821051598,
            "stop": 821051625
        },
        {
            "start": 821051643,
            "stop": 821051767
        },
        {
            "start": 821051770,
            "stop": 821051853
        },
        {
            "start": 821051857,
            "stop": 821051863
        },
        {
            "start": 821051881,
            "stop": 821051961
        },
        {
            "start": 821051964,
            "stop": 821052012
        },
        {
            "start": 821052015,
            "stop": 821052059
        },
        {
            "start": 821052063,
            "stop": 821052135
        },
        {
            "start": 821052139,
            "stop": 821052187
        },
        {
            "start": 821052191,
            "stop": 821052402
        },
        {
            "start": 821052405,
            "stop": 821052436
        },
        {
            "start": 821052439,
            "stop": 821052497
        },
        {
            "start": 821052500,
            "stop": 821052680
        },
        {
            "start": 821052683,
            "stop": 821053108
        },
        {
            "start": 821053116,
            "stop": 821053180
        },
        {
            "start": 821054541,
            "stop": 821054639
        },
        {
            "start": 821054642,
            "stop": 821055007
        },
        {
            "start": 821055011,
            "stop": 821055200
        },
        {
            "start": 821055203,
            "stop": 821055424
        }
    ]
}