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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5773",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5771",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5772,
    "results": [
        {
            "start": 874656110,
            "stop": 874656134
        },
        {
            "start": 874656137,
            "stop": 874656291
        },
        {
            "start": 874656294,
            "stop": 874656305
        },
        {
            "start": 874656308,
            "stop": 874656311
        },
        {
            "start": 874656314,
            "stop": 874656369
        },
        {
            "start": 874656372,
            "stop": 874656375
        },
        {
            "start": 874656378,
            "stop": 874656410
        },
        {
            "start": 874656413,
            "stop": 874656440
        },
        {
            "start": 874656443,
            "stop": 874656510
        },
        {
            "start": 874656513,
            "stop": 874656739
        },
        {
            "start": 874656742,
            "stop": 874656857
        },
        {
            "start": 874656860,
            "stop": 874656975
        },
        {
            "start": 874656978,
            "stop": 874657044
        },
        {
            "start": 874657047,
            "stop": 874657114
        },
        {
            "start": 874657118,
            "stop": 874657209
        },
        {
            "start": 874657213,
            "stop": 874657287
        },
        {
            "start": 874657290,
            "stop": 874657291
        },
        {
            "start": 874657294,
            "stop": 874657370
        },
        {
            "start": 874657373,
            "stop": 874657472
        },
        {
            "start": 874657476,
            "stop": 874657622
        }
    ]
}