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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=282",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 283,
    "results": [
        {
            "start": 821166845,
            "stop": 821166944
        },
        {
            "start": 821166947,
            "stop": 821167177
        },
        {
            "start": 821167180,
            "stop": 821167329
        },
        {
            "start": 821167332,
            "stop": 821167352
        },
        {
            "start": 821167355,
            "stop": 821167491
        },
        {
            "start": 821167494,
            "stop": 821167519
        },
        {
            "start": 821167522,
            "stop": 821167552
        },
        {
            "start": 821167558,
            "stop": 821167687
        },
        {
            "start": 821167690,
            "stop": 821167696
        },
        {
            "start": 821167699,
            "stop": 821167976
        },
        {
            "start": 821167979,
            "stop": 821168005
        },
        {
            "start": 821168008,
            "stop": 821168043
        },
        {
            "start": 821168046,
            "stop": 821168193
        },
        {
            "start": 821168196,
            "stop": 821168312
        },
        {
            "start": 821168315,
            "stop": 821168423
        },
        {
            "start": 821168426,
            "stop": 821168498
        },
        {
            "start": 821168501,
            "stop": 821168615
        },
        {
            "start": 821168618,
            "stop": 821169119
        },
        {
            "start": 821169123,
            "stop": 821170254
        },
        {
            "start": 821170257,
            "stop": 821170814
        }
    ]
}