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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=194",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 195,
    "results": [
        {
            "start": 820594555,
            "stop": 820594685
        },
        {
            "start": 820594688,
            "stop": 820595084
        },
        {
            "start": 820595265,
            "stop": 820597119
        },
        {
            "start": 820597122,
            "stop": 820597887
        },
        {
            "start": 820597891,
            "stop": 820600195
        },
        {
            "start": 820600198,
            "stop": 820601986
        },
        {
            "start": 820601989,
            "stop": 820602525
        },
        {
            "start": 820602528,
            "stop": 820603507
        },
        {
            "start": 820603510,
            "stop": 820604055
        },
        {
            "start": 820604059,
            "stop": 820604470
        },
        {
            "start": 820604474,
            "stop": 820604664
        },
        {
            "start": 820604667,
            "stop": 820608073
        },
        {
            "start": 820608158,
            "stop": 820608181
        },
        {
            "start": 820608440,
            "stop": 820608450
        },
        {
            "start": 820608458,
            "stop": 820608540
        },
        {
            "start": 820608600,
            "stop": 820608613
        },
        {
            "start": 820609231,
            "stop": 820611240
        },
        {
            "start": 820611300,
            "stop": 820612080
        },
        {
            "start": 820612200,
            "stop": 820612215
        },
        {
            "start": 820612220,
            "stop": 820613460
        }
    ]
}