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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40639",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40640,
    "results": [
        {
            "start": 874913114,
            "stop": 874913154
        },
        {
            "start": 874913156,
            "stop": 874913166
        },
        {
            "start": 874913167,
            "stop": 874913201
        },
        {
            "start": 874913205,
            "stop": 874913281
        },
        {
            "start": 874913283,
            "stop": 874913284
        },
        {
            "start": 874913285,
            "stop": 874913289
        },
        {
            "start": 874913290,
            "stop": 874913292
        },
        {
            "start": 874913293,
            "stop": 874913306
        },
        {
            "start": 874913307,
            "stop": 874913388
        },
        {
            "start": 874913389,
            "stop": 874913402
        },
        {
            "start": 874913403,
            "stop": 874913447
        },
        {
            "start": 874913449,
            "stop": 874913455
        },
        {
            "start": 874913457,
            "stop": 874913478
        },
        {
            "start": 874913479,
            "stop": 874913485
        },
        {
            "start": 874913486,
            "stop": 874913545
        },
        {
            "start": 874913546,
            "stop": 874913566
        },
        {
            "start": 874913567,
            "stop": 874913571
        },
        {
            "start": 874913572,
            "stop": 874913576
        },
        {
            "start": 874913577,
            "stop": 874913608
        },
        {
            "start": 874913609,
            "stop": 874913614
        }
    ]
}