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_CAT2E/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_BURST_CAT2E/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=145",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 146,
    "results": [
        {
            "start": 821521008,
            "stop": 821521018
        },
        {
            "start": 821521024,
            "stop": 821521037
        },
        {
            "start": 821521040,
            "stop": 821521051
        },
        {
            "start": 821521054,
            "stop": 821521059
        },
        {
            "start": 821521062,
            "stop": 821521069
        },
        {
            "start": 821521072,
            "stop": 821521081
        },
        {
            "start": 821521084,
            "stop": 821521095
        },
        {
            "start": 821521098,
            "stop": 821521102
        },
        {
            "start": 821521105,
            "stop": 821521107
        },
        {
            "start": 821521111,
            "stop": 821521116
        },
        {
            "start": 821521119,
            "stop": 821521145
        },
        {
            "start": 821521148,
            "stop": 821521153
        },
        {
            "start": 821521158,
            "stop": 821521187
        },
        {
            "start": 821521194,
            "stop": 821521211
        },
        {
            "start": 821521214,
            "stop": 821521222
        },
        {
            "start": 821521225,
            "stop": 821521227
        },
        {
            "start": 821521230,
            "stop": 821521231
        },
        {
            "start": 821521235,
            "stop": 821521239
        },
        {
            "start": 821521244,
            "stop": 821521257
        },
        {
            "start": 821521260,
            "stop": 821521274
        }
    ]
}