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=452
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=453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=451",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 452,
    "results": [
        {
            "start": 821776986,
            "stop": 821776989
        },
        {
            "start": 821777004,
            "stop": 821777005
        },
        {
            "start": 821777008,
            "stop": 821777018
        },
        {
            "start": 821777021,
            "stop": 821777023
        },
        {
            "start": 821777032,
            "stop": 821777041
        },
        {
            "start": 821777048,
            "stop": 821777052
        },
        {
            "start": 821777060,
            "stop": 821777061
        },
        {
            "start": 821777074,
            "stop": 821777076
        },
        {
            "start": 821777079,
            "stop": 821777090
        },
        {
            "start": 821777093,
            "stop": 821777095
        },
        {
            "start": 821777098,
            "stop": 821777104
        },
        {
            "start": 821777119,
            "stop": 821777123
        },
        {
            "start": 821777126,
            "stop": 821777127
        },
        {
            "start": 821777144,
            "stop": 821777147
        },
        {
            "start": 821777150,
            "stop": 821777163
        },
        {
            "start": 821777171,
            "stop": 821777179
        },
        {
            "start": 821777188,
            "stop": 821777190
        },
        {
            "start": 821777193,
            "stop": 821777194
        },
        {
            "start": 821777197,
            "stop": 821777206
        },
        {
            "start": 821777210,
            "stop": 821777221
        }
    ]
}