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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=25",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 26,
    "results": [
        {
            "start": 1126339120,
            "stop": 1126339128
        },
        {
            "start": 1126339130,
            "stop": 1126339132
        },
        {
            "start": 1126339134,
            "stop": 1126339146
        },
        {
            "start": 1126339148,
            "stop": 1126339150
        },
        {
            "start": 1126339151,
            "stop": 1126339207
        },
        {
            "start": 1126339208,
            "stop": 1126339332
        },
        {
            "start": 1126339334,
            "stop": 1126339354
        },
        {
            "start": 1126339355,
            "stop": 1126339432
        },
        {
            "start": 1126339433,
            "stop": 1126339442
        },
        {
            "start": 1126339444,
            "stop": 1126339461
        },
        {
            "start": 1126339462,
            "stop": 1126339489
        },
        {
            "start": 1126339490,
            "stop": 1126339555
        },
        {
            "start": 1126339557,
            "stop": 1126339570
        },
        {
            "start": 1126339574,
            "stop": 1126339881
        },
        {
            "start": 1126339882,
            "stop": 1126339923
        },
        {
            "start": 1126339925,
            "stop": 1126340144
        },
        {
            "start": 1126340145,
            "stop": 1126340540
        },
        {
            "start": 1126340541,
            "stop": 1126340649
        },
        {
            "start": 1126340650,
            "stop": 1126340756
        },
        {
            "start": 1126340757,
            "stop": 1126340863
        }
    ]
}