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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5287",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5285",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5286,
    "results": [
        {
            "start": 1136426713,
            "stop": 1136426727
        },
        {
            "start": 1136426729,
            "stop": 1136426810
        },
        {
            "start": 1136426812,
            "stop": 1136426817
        },
        {
            "start": 1136426819,
            "stop": 1136426834
        },
        {
            "start": 1136426836,
            "stop": 1136426903
        },
        {
            "start": 1136426905,
            "stop": 1136426937
        },
        {
            "start": 1136426939,
            "stop": 1136426999
        },
        {
            "start": 1136427001,
            "stop": 1136427014
        },
        {
            "start": 1136427016,
            "stop": 1136427031
        },
        {
            "start": 1136427033,
            "stop": 1136427075
        },
        {
            "start": 1136427077,
            "stop": 1136427118
        },
        {
            "start": 1136427120,
            "stop": 1136427138
        },
        {
            "start": 1136427140,
            "stop": 1136427169
        },
        {
            "start": 1136427171,
            "stop": 1136427196
        },
        {
            "start": 1136427198,
            "stop": 1136427207
        },
        {
            "start": 1136427209,
            "stop": 1136427225
        },
        {
            "start": 1136427227,
            "stop": 1136427253
        },
        {
            "start": 1136427255,
            "stop": 1136427308
        },
        {
            "start": 1136427310,
            "stop": 1136427319
        },
        {
            "start": 1136427321,
            "stop": 1136427344
        }
    ]
}