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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=357",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 358,
    "results": [
        {
            "start": 821757510,
            "stop": 821757524
        },
        {
            "start": 821757531,
            "stop": 821757532
        },
        {
            "start": 821757539,
            "stop": 821757549
        },
        {
            "start": 821757552,
            "stop": 821757554
        },
        {
            "start": 821757560,
            "stop": 821757566
        },
        {
            "start": 821757569,
            "stop": 821757570
        },
        {
            "start": 821757574,
            "stop": 821757575
        },
        {
            "start": 821757582,
            "stop": 821757583
        },
        {
            "start": 821757589,
            "stop": 821757590
        },
        {
            "start": 821757593,
            "stop": 821757594
        },
        {
            "start": 821757597,
            "stop": 821757604
        },
        {
            "start": 821757607,
            "stop": 821757609
        },
        {
            "start": 821757614,
            "stop": 821757617
        },
        {
            "start": 821757620,
            "stop": 821757624
        },
        {
            "start": 821757632,
            "stop": 821757634
        },
        {
            "start": 821757637,
            "stop": 821757639
        },
        {
            "start": 821757643,
            "stop": 821757645
        },
        {
            "start": 821757648,
            "stop": 821757651
        },
        {
            "start": 821757659,
            "stop": 821757666
        },
        {
            "start": 821757669,
            "stop": 821757673
        }
    ]
}