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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=157",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 158,
    "results": [
        {
            "start": 832465158,
            "stop": 832465173
        },
        {
            "start": 832465186,
            "stop": 832465192
        },
        {
            "start": 832465206,
            "stop": 832465263
        },
        {
            "start": 832465267,
            "stop": 832465270
        },
        {
            "start": 832465278,
            "stop": 832465333
        },
        {
            "start": 832465385,
            "stop": 832465400
        },
        {
            "start": 832465447,
            "stop": 832465457
        },
        {
            "start": 832465471,
            "stop": 832465481
        },
        {
            "start": 832465490,
            "stop": 832465505
        },
        {
            "start": 832465510,
            "stop": 832465544
        },
        {
            "start": 832465567,
            "stop": 832465573
        },
        {
            "start": 832465577,
            "stop": 832465587
        },
        {
            "start": 832465591,
            "stop": 832465597
        },
        {
            "start": 832465600,
            "stop": 832465606
        },
        {
            "start": 832465614,
            "stop": 832465630
        },
        {
            "start": 832465634,
            "stop": 832465640
        },
        {
            "start": 832465643,
            "stop": 832465649
        },
        {
            "start": 832465653,
            "stop": 832465663
        },
        {
            "start": 832465667,
            "stop": 832465697
        },
        {
            "start": 832465705,
            "stop": 832465711
        }
    ]
}