Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=146
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=145",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 146,
    "results": [
        {
            "start": 867320504,
            "stop": 867353610
        },
        {
            "start": 867356251,
            "stop": 867364083
        },
        {
            "start": 867367506,
            "stop": 867378787
        },
        {
            "start": 867383630,
            "stop": 867427956
        },
        {
            "start": 867428046,
            "stop": 867441187
        },
        {
            "start": 867441203,
            "stop": 867449549
        },
        {
            "start": 867455963,
            "stop": 867501125
        },
        {
            "start": 867503915,
            "stop": 867510407
        },
        {
            "start": 867552385,
            "stop": 867558668
        },
        {
            "start": 867559566,
            "stop": 867617238
        },
        {
            "start": 867621318,
            "stop": 867628380
        },
        {
            "start": 867630444,
            "stop": 867687399
        },
        {
            "start": 867695606,
            "stop": 867702446
        },
        {
            "start": 867707880,
            "stop": 867708187
        },
        {
            "start": 867709140,
            "stop": 867710103
        },
        {
            "start": 867716353,
            "stop": 867717101
        },
        {
            "start": 867724621,
            "stop": 867771677
        },
        {
            "start": 867793139,
            "stop": 867795616
        },
        {
            "start": 867798602,
            "stop": 867815994
        },
        {
            "start": 867816990,
            "stop": 867853225
        }
    ]
}