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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=148",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 149,
    "results": [
        {
            "start": 931446851,
            "stop": 931446913
        },
        {
            "start": 931446915,
            "stop": 931446975
        },
        {
            "start": 931446977,
            "stop": 931446985
        },
        {
            "start": 931446987,
            "stop": 931446988
        },
        {
            "start": 931446989,
            "stop": 931447022
        },
        {
            "start": 931447025,
            "stop": 931447035
        },
        {
            "start": 931447037,
            "stop": 931447071
        },
        {
            "start": 931447073,
            "stop": 931447169
        },
        {
            "start": 931447171,
            "stop": 931447254
        },
        {
            "start": 931447256,
            "stop": 931447296
        },
        {
            "start": 931447298,
            "stop": 931447390
        },
        {
            "start": 931447392,
            "stop": 931447394
        },
        {
            "start": 931447396,
            "stop": 931447399
        },
        {
            "start": 931447401,
            "stop": 931447516
        },
        {
            "start": 931447518,
            "stop": 931447674
        },
        {
            "start": 931447675,
            "stop": 931447679
        },
        {
            "start": 931447680,
            "stop": 931447852
        },
        {
            "start": 931447853,
            "stop": 931447882
        },
        {
            "start": 931447884,
            "stop": 931447950
        },
        {
            "start": 931447952,
            "stop": 931447971
        }
    ]
}