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=5305
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=5306",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5304",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5305,
    "results": [
        {
            "start": 1136491438,
            "stop": 1136491481
        },
        {
            "start": 1136491483,
            "stop": 1136491716
        },
        {
            "start": 1136491718,
            "stop": 1136491850
        },
        {
            "start": 1136491852,
            "stop": 1136491871
        },
        {
            "start": 1136491873,
            "stop": 1136492005
        },
        {
            "start": 1136492007,
            "stop": 1136492027
        },
        {
            "start": 1136492029,
            "stop": 1136492138
        },
        {
            "start": 1136492140,
            "stop": 1136492208
        },
        {
            "start": 1136492210,
            "stop": 1136492211
        },
        {
            "start": 1136492213,
            "stop": 1136492477
        },
        {
            "start": 1136492479,
            "stop": 1136492538
        },
        {
            "start": 1136492540,
            "stop": 1136492659
        },
        {
            "start": 1136492661,
            "stop": 1136492757
        },
        {
            "start": 1136492759,
            "stop": 1136492769
        },
        {
            "start": 1136492771,
            "stop": 1136492777
        },
        {
            "start": 1136492779,
            "stop": 1136492783
        },
        {
            "start": 1136492785,
            "stop": 1136492827
        },
        {
            "start": 1136492829,
            "stop": 1136492961
        },
        {
            "start": 1136492963,
            "stop": 1136493009
        },
        {
            "start": 1136493011,
            "stop": 1136493036
        }
    ]
}