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/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=147
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=146",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 147,
    "results": [
        {
            "start": 931445175,
            "stop": 931445179
        },
        {
            "start": 931445180,
            "stop": 931445256
        },
        {
            "start": 931445258,
            "stop": 931445269
        },
        {
            "start": 931445271,
            "stop": 931445274
        },
        {
            "start": 931445276,
            "stop": 931445290
        },
        {
            "start": 931445291,
            "stop": 931445320
        },
        {
            "start": 931445322,
            "stop": 931445353
        },
        {
            "start": 931445354,
            "stop": 931445378
        },
        {
            "start": 931445379,
            "stop": 931445390
        },
        {
            "start": 931445392,
            "stop": 931445395
        },
        {
            "start": 931445397,
            "stop": 931445427
        },
        {
            "start": 931445429,
            "stop": 931445446
        },
        {
            "start": 931445448,
            "stop": 931445554
        },
        {
            "start": 931445556,
            "stop": 931445626
        },
        {
            "start": 931445628,
            "stop": 931445666
        },
        {
            "start": 931445668,
            "stop": 931445688
        },
        {
            "start": 931445689,
            "stop": 931445721
        },
        {
            "start": 931445723,
            "stop": 931445747
        },
        {
            "start": 931445749,
            "stop": 931445777
        },
        {
            "start": 931445778,
            "stop": 931445809
        }
    ]
}