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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1836",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1834",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1835,
    "results": [
        {
            "start": 964152590,
            "stop": 964152605
        },
        {
            "start": 964153943,
            "stop": 964153993
        },
        {
            "start": 964153994,
            "stop": 964169290
        },
        {
            "start": 964169291,
            "stop": 964173325
        },
        {
            "start": 964173326,
            "stop": 964178631
        },
        {
            "start": 964181379,
            "stop": 964182386
        },
        {
            "start": 964183609,
            "stop": 964187509
        },
        {
            "start": 964189252,
            "stop": 964189417
        },
        {
            "start": 964189418,
            "stop": 964190464
        },
        {
            "start": 964190465,
            "stop": 964191619
        },
        {
            "start": 964192888,
            "stop": 964194004
        },
        {
            "start": 964194006,
            "stop": 964196848
        },
        {
            "start": 964197037,
            "stop": 964197309
        },
        {
            "start": 964203653,
            "stop": 964204243
        },
        {
            "start": 964205805,
            "stop": 964208689
        },
        {
            "start": 964210060,
            "stop": 964214799
        },
        {
            "start": 964214800,
            "stop": 964218093
        },
        {
            "start": 964218094,
            "stop": 964220898
        },
        {
            "start": 964225684,
            "stop": 964229896
        },
        {
            "start": 964229899,
            "stop": 964231168
        }
    ]
}