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=5319
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=5320",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5318",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5319,
    "results": [
        {
            "start": 1136521646,
            "stop": 1136521655
        },
        {
            "start": 1136521657,
            "stop": 1136521723
        },
        {
            "start": 1136521727,
            "stop": 1136521758
        },
        {
            "start": 1136521760,
            "stop": 1136521811
        },
        {
            "start": 1136521813,
            "stop": 1136521855
        },
        {
            "start": 1136521857,
            "stop": 1136521954
        },
        {
            "start": 1136521956,
            "stop": 1136521986
        },
        {
            "start": 1136521988,
            "stop": 1136522186
        },
        {
            "start": 1136522188,
            "stop": 1136522211
        },
        {
            "start": 1136522213,
            "stop": 1136522259
        },
        {
            "start": 1136522261,
            "stop": 1136522274
        },
        {
            "start": 1136522276,
            "stop": 1136522284
        },
        {
            "start": 1136522286,
            "stop": 1136522359
        },
        {
            "start": 1136523774,
            "stop": 1136523847
        },
        {
            "start": 1136523849,
            "stop": 1136523895
        },
        {
            "start": 1136523897,
            "stop": 1136524021
        },
        {
            "start": 1136524272,
            "stop": 1136524314
        },
        {
            "start": 1136524316,
            "stop": 1136524326
        },
        {
            "start": 1136524328,
            "stop": 1136524357
        },
        {
            "start": 1136524359,
            "stop": 1136524440
        }
    ]
}