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=5094
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=5095",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5093",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5094,
    "results": [
        {
            "start": 1135873963,
            "stop": 1135873968
        },
        {
            "start": 1135873970,
            "stop": 1135873981
        },
        {
            "start": 1135873983,
            "stop": 1135874183
        },
        {
            "start": 1135874185,
            "stop": 1135874194
        },
        {
            "start": 1135874196,
            "stop": 1135874200
        },
        {
            "start": 1135874203,
            "stop": 1135874212
        },
        {
            "start": 1135874214,
            "stop": 1135874215
        },
        {
            "start": 1135874217,
            "stop": 1135874264
        },
        {
            "start": 1135874266,
            "stop": 1135874420
        },
        {
            "start": 1135874422,
            "stop": 1135874430
        },
        {
            "start": 1135874432,
            "stop": 1135874437
        },
        {
            "start": 1135874439,
            "stop": 1135874451
        },
        {
            "start": 1135874453,
            "stop": 1135874482
        },
        {
            "start": 1135874484,
            "stop": 1135874486
        },
        {
            "start": 1135874488,
            "stop": 1135874497
        },
        {
            "start": 1135874499,
            "stop": 1135874508
        },
        {
            "start": 1135874510,
            "stop": 1135874521
        },
        {
            "start": 1135874523,
            "stop": 1135874537
        },
        {
            "start": 1135874539,
            "stop": 1135874549
        },
        {
            "start": 1135874552,
            "stop": 1135874563
        }
    ]
}