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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=113",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 114,
    "results": [
        {
            "start": 831324643,
            "stop": 831331559
        },
        {
            "start": 831332719,
            "stop": 831344003
        },
        {
            "start": 831345338,
            "stop": 831350963
        },
        {
            "start": 831351880,
            "stop": 831353426
        },
        {
            "start": 831353479,
            "stop": 831353691
        },
        {
            "start": 831353797,
            "stop": 831355217
        },
        {
            "start": 831359271,
            "stop": 831396057
        },
        {
            "start": 831396837,
            "stop": 831399949
        },
        {
            "start": 831400068,
            "stop": 831402016
        },
        {
            "start": 831404246,
            "stop": 831412267
        },
        {
            "start": 831413921,
            "stop": 831418705
        },
        {
            "start": 831419734,
            "stop": 831420157
        },
        {
            "start": 831421305,
            "stop": 831454345
        },
        {
            "start": 831455617,
            "stop": 831465591
        },
        {
            "start": 831466567,
            "stop": 831475503
        },
        {
            "start": 831476218,
            "stop": 831484012
        },
        {
            "start": 831484876,
            "stop": 831495528
        },
        {
            "start": 831505433,
            "stop": 831507438
        },
        {
            "start": 831508326,
            "stop": 831510162
        },
        {
            "start": 831511714,
            "stop": 831512645
        }
    ]
}