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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=162",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 163,
    "results": [
        {
            "start": 834799149,
            "stop": 834800006
        },
        {
            "start": 834800009,
            "stop": 834800146
        },
        {
            "start": 834800149,
            "stop": 834800219
        },
        {
            "start": 834800329,
            "stop": 834800996
        },
        {
            "start": 834801253,
            "stop": 834801271
        },
        {
            "start": 834801273,
            "stop": 834801379
        },
        {
            "start": 834801381,
            "stop": 834801530
        },
        {
            "start": 834801533,
            "stop": 834801661
        },
        {
            "start": 834801662,
            "stop": 834801853
        },
        {
            "start": 834801886,
            "stop": 834801889
        },
        {
            "start": 834810553,
            "stop": 834811148
        },
        {
            "start": 834811151,
            "stop": 834811153
        },
        {
            "start": 834811333,
            "stop": 834811536
        },
        {
            "start": 834811646,
            "stop": 834811830
        },
        {
            "start": 834812130,
            "stop": 834812734
        },
        {
            "start": 834812736,
            "stop": 834833047
        },
        {
            "start": 834836413,
            "stop": 834839792
        },
        {
            "start": 834840193,
            "stop": 834841011
        },
        {
            "start": 834842593,
            "stop": 834844453
        },
        {
            "start": 834845533,
            "stop": 834846542
        }
    ]
}