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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=362",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 363,
    "results": [
        {
            "start": 1181709970,
            "stop": 1181711575
        },
        {
            "start": 1181711576,
            "stop": 1181711577
        },
        {
            "start": 1181711578,
            "stop": 1181711914
        },
        {
            "start": 1181711915,
            "stop": 1181713483
        },
        {
            "start": 1181713485,
            "stop": 1181713939
        },
        {
            "start": 1181713941,
            "stop": 1181714008
        },
        {
            "start": 1181714010,
            "stop": 1181714011
        },
        {
            "start": 1181714013,
            "stop": 1181714512
        },
        {
            "start": 1181714513,
            "stop": 1181715364
        },
        {
            "start": 1181715368,
            "stop": 1181716507
        },
        {
            "start": 1181716508,
            "stop": 1181716655
        },
        {
            "start": 1181716658,
            "stop": 1181718453
        },
        {
            "start": 1181718454,
            "stop": 1181720315
        },
        {
            "start": 1181720316,
            "stop": 1181720322
        },
        {
            "start": 1181720324,
            "stop": 1181720438
        },
        {
            "start": 1181720439,
            "stop": 1181720793
        },
        {
            "start": 1181720794,
            "stop": 1181720796
        },
        {
            "start": 1181720798,
            "stop": 1181721064
        },
        {
            "start": 1181721066,
            "stop": 1181721532
        },
        {
            "start": 1181721533,
            "stop": 1181721652
        }
    ]
}