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=5133
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=5134",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5132",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5133,
    "results": [
        {
            "start": 1135982108,
            "stop": 1135982119
        },
        {
            "start": 1135982121,
            "stop": 1135982304
        },
        {
            "start": 1135982306,
            "stop": 1135982314
        },
        {
            "start": 1135982316,
            "stop": 1135982468
        },
        {
            "start": 1135982470,
            "stop": 1135982475
        },
        {
            "start": 1135982477,
            "stop": 1135982630
        },
        {
            "start": 1135982632,
            "stop": 1135982677
        },
        {
            "start": 1135982679,
            "stop": 1135982836
        },
        {
            "start": 1135982838,
            "stop": 1135982935
        },
        {
            "start": 1135982937,
            "stop": 1135982957
        },
        {
            "start": 1135982959,
            "stop": 1135983162
        },
        {
            "start": 1135983164,
            "stop": 1135983330
        },
        {
            "start": 1135983332,
            "stop": 1135983764
        },
        {
            "start": 1135983766,
            "stop": 1135983924
        },
        {
            "start": 1135983926,
            "stop": 1135983972
        },
        {
            "start": 1135983974,
            "stop": 1135983979
        },
        {
            "start": 1135983981,
            "stop": 1135983986
        },
        {
            "start": 1135983988,
            "stop": 1135983992
        },
        {
            "start": 1135983994,
            "stop": 1135984014
        },
        {
            "start": 1135984016,
            "stop": 1135984198
        }
    ]
}