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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=415",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=413",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 414,
    "results": [
        {
            "start": 847794646,
            "stop": 847794662
        },
        {
            "start": 847794663,
            "stop": 847794694
        },
        {
            "start": 847794695,
            "stop": 847794702
        },
        {
            "start": 847794703,
            "stop": 847794704
        },
        {
            "start": 847794706,
            "stop": 847794726
        },
        {
            "start": 847794727,
            "stop": 847794747
        },
        {
            "start": 847794748,
            "stop": 847794770
        },
        {
            "start": 847794771,
            "stop": 847794772
        },
        {
            "start": 847794773,
            "stop": 847794790
        },
        {
            "start": 847794791,
            "stop": 847794832
        },
        {
            "start": 847794833,
            "stop": 847794854
        },
        {
            "start": 847794855,
            "stop": 847794875
        },
        {
            "start": 847794876,
            "stop": 847794897
        },
        {
            "start": 847794898,
            "stop": 847794917
        },
        {
            "start": 847794919,
            "stop": 847794949
        },
        {
            "start": 847794951,
            "stop": 847794985
        },
        {
            "start": 847794986,
            "stop": 847795002
        },
        {
            "start": 847795004,
            "stop": 847795076
        },
        {
            "start": 847795078,
            "stop": 847795127
        },
        {
            "start": 847795129,
            "stop": 847795130
        }
    ]
}