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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=129",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 130,
    "results": [
        {
            "start": 1414764277,
            "stop": 1414768508
        },
        {
            "start": 1414768510,
            "stop": 1414768966
        },
        {
            "start": 1414780507,
            "stop": 1414782509
        },
        {
            "start": 1414794660,
            "stop": 1414794702
        },
        {
            "start": 1414794746,
            "stop": 1414796014
        },
        {
            "start": 1414804624,
            "stop": 1414807177
        },
        {
            "start": 1414807181,
            "stop": 1414816054
        },
        {
            "start": 1414816058,
            "stop": 1414822311
        },
        {
            "start": 1414822313,
            "stop": 1414827051
        },
        {
            "start": 1414827056,
            "stop": 1414838075
        },
        {
            "start": 1414838076,
            "stop": 1414841424
        },
        {
            "start": 1414841427,
            "stop": 1414844404
        },
        {
            "start": 1414844409,
            "stop": 1414845050
        },
        {
            "start": 1414845055,
            "stop": 1414846041
        },
        {
            "start": 1414846044,
            "stop": 1414850162
        },
        {
            "start": 1414850165,
            "stop": 1414853450
        },
        {
            "start": 1414879976,
            "stop": 1414880653
        },
        {
            "start": 1414880657,
            "stop": 1414894058
        },
        {
            "start": 1414894062,
            "stop": 1414901175
        },
        {
            "start": 1414901178,
            "stop": 1414902104
        }
    ]
}