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=5159
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=5160",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5158",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5159,
    "results": [
        {
            "start": 1136215743,
            "stop": 1136215773
        },
        {
            "start": 1136215775,
            "stop": 1136215801
        },
        {
            "start": 1136215803,
            "stop": 1136215834
        },
        {
            "start": 1136215836,
            "stop": 1136215841
        },
        {
            "start": 1136215843,
            "stop": 1136215845
        },
        {
            "start": 1136215847,
            "stop": 1136215872
        },
        {
            "start": 1136215874,
            "stop": 1136215954
        },
        {
            "start": 1136215956,
            "stop": 1136215999
        },
        {
            "start": 1136216001,
            "stop": 1136216039
        },
        {
            "start": 1136216041,
            "stop": 1136216151
        },
        {
            "start": 1136216153,
            "stop": 1136216174
        },
        {
            "start": 1136216176,
            "stop": 1136216200
        },
        {
            "start": 1136216202,
            "stop": 1136216203
        },
        {
            "start": 1136216205,
            "stop": 1136216212
        },
        {
            "start": 1136216214,
            "stop": 1136216224
        },
        {
            "start": 1136216226,
            "stop": 1136216313
        },
        {
            "start": 1136216315,
            "stop": 1136216380
        },
        {
            "start": 1136216382,
            "stop": 1136216420
        },
        {
            "start": 1136216422,
            "stop": 1136216583
        },
        {
            "start": 1136216585,
            "stop": 1136216601
        }
    ]
}