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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=559",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=557",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 558,
    "results": [
        {
            "start": 831413921,
            "stop": 831418705
        },
        {
            "start": 831419734,
            "stop": 831420133
        },
        {
            "start": 831421305,
            "stop": 831454345
        },
        {
            "start": 831455617,
            "stop": 831465590
        },
        {
            "start": 831466567,
            "stop": 831475503
        },
        {
            "start": 831476218,
            "stop": 831484012
        },
        {
            "start": 831484876,
            "stop": 831495528
        },
        {
            "start": 831505433,
            "stop": 831507438
        },
        {
            "start": 831508326,
            "stop": 831510162
        },
        {
            "start": 831511714,
            "stop": 831512645
        },
        {
            "start": 831513045,
            "stop": 831518625
        },
        {
            "start": 831520539,
            "stop": 831520932
        },
        {
            "start": 831520933,
            "stop": 831523297
        },
        {
            "start": 831523298,
            "stop": 831526257
        },
        {
            "start": 831526258,
            "stop": 831552272
        },
        {
            "start": 831552542,
            "stop": 831552792
        },
        {
            "start": 831554274,
            "stop": 831569527
        },
        {
            "start": 831570998,
            "stop": 831582225
        },
        {
            "start": 831585467,
            "stop": 831588733
        },
        {
            "start": 831589400,
            "stop": 831591470
        }
    ]
}