Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=129
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=128",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 129,
    "results": [
        {
            "start": 816743368,
            "stop": 816743370
        },
        {
            "start": 816743375,
            "stop": 816743457
        },
        {
            "start": 816743462,
            "stop": 816743494
        },
        {
            "start": 816743498,
            "stop": 816743515
        },
        {
            "start": 816743520,
            "stop": 816743530
        },
        {
            "start": 816743533,
            "stop": 816743586
        },
        {
            "start": 816743591,
            "stop": 816743751
        },
        {
            "start": 816743755,
            "stop": 816743885
        },
        {
            "start": 816743889,
            "stop": 816743893
        },
        {
            "start": 816743896,
            "stop": 816744031
        },
        {
            "start": 816744034,
            "stop": 816744069
        },
        {
            "start": 816744073,
            "stop": 816744187
        },
        {
            "start": 816744192,
            "stop": 816744195
        },
        {
            "start": 816744200,
            "stop": 816744202
        },
        {
            "start": 816744206,
            "stop": 816744234
        },
        {
            "start": 816744237,
            "stop": 816744442
        },
        {
            "start": 816744446,
            "stop": 816744449
        },
        {
            "start": 816744453,
            "stop": 816744480
        },
        {
            "start": 816744485,
            "stop": 816744491
        },
        {
            "start": 816744496,
            "stop": 816744497
        }
    ]
}