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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=374",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 375,
    "results": [
        {
            "start": 1388420459,
            "stop": 1388421205
        },
        {
            "start": 1388423479,
            "stop": 1388423870
        },
        {
            "start": 1388624262,
            "stop": 1388629802
        },
        {
            "start": 1388629806,
            "stop": 1388632647
        },
        {
            "start": 1388645082,
            "stop": 1388648214
        },
        {
            "start": 1388648216,
            "stop": 1388651823
        },
        {
            "start": 1388651825,
            "stop": 1388653220
        },
        {
            "start": 1388653222,
            "stop": 1388656378
        },
        {
            "start": 1388656381,
            "stop": 1388665012
        },
        {
            "start": 1388665017,
            "stop": 1388691479
        },
        {
            "start": 1388977938,
            "stop": 1388982505
        },
        {
            "start": 1388986505,
            "stop": 1388994464
        },
        {
            "start": 1388994469,
            "stop": 1389001749
        },
        {
            "start": 1389009845,
            "stop": 1389016645
        },
        {
            "start": 1389016650,
            "stop": 1389017261
        },
        {
            "start": 1389017264,
            "stop": 1389030106
        },
        {
            "start": 1389030111,
            "stop": 1389035732
        },
        {
            "start": 1389035736,
            "stop": 1389036435
        },
        {
            "start": 1389036439,
            "stop": 1389064942
        },
        {
            "start": 1389064945,
            "stop": 1389081373
        }
    ]
}