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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=248",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 249,
    "results": [
        {
            "start": 1126886025,
            "stop": 1126886026
        },
        {
            "start": 1126886027,
            "stop": 1126886036
        },
        {
            "start": 1126886037,
            "stop": 1126886042
        },
        {
            "start": 1126886045,
            "stop": 1126886051
        },
        {
            "start": 1126886052,
            "stop": 1126886053
        },
        {
            "start": 1126886054,
            "stop": 1126886056
        },
        {
            "start": 1126886057,
            "stop": 1126886059
        },
        {
            "start": 1126886061,
            "stop": 1126886076
        },
        {
            "start": 1126886079,
            "stop": 1126886090
        },
        {
            "start": 1126886092,
            "stop": 1126886107
        },
        {
            "start": 1126886110,
            "stop": 1126886111
        },
        {
            "start": 1126886177,
            "stop": 1126886179
        },
        {
            "start": 1126886185,
            "stop": 1126886249
        },
        {
            "start": 1126886250,
            "stop": 1126886255
        },
        {
            "start": 1126886256,
            "stop": 1126886266
        },
        {
            "start": 1126886268,
            "stop": 1126886284
        },
        {
            "start": 1126886295,
            "stop": 1126886306
        },
        {
            "start": 1126886309,
            "stop": 1126886311
        },
        {
            "start": 1126886312,
            "stop": 1126886313
        },
        {
            "start": 1126886315,
            "stop": 1126886318
        }
    ]
}