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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=31",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 32,
    "results": [
        {
            "start": 966573376,
            "stop": 966573529
        },
        {
            "start": 966581281,
            "stop": 966581393
        },
        {
            "start": 966588440,
            "stop": 966588552
        },
        {
            "start": 966594472,
            "stop": 966594584
        },
        {
            "start": 966609113,
            "stop": 966609225
        },
        {
            "start": 966617576,
            "stop": 966617688
        },
        {
            "start": 966629281,
            "stop": 966629393
        },
        {
            "start": 966638649,
            "stop": 966638760
        },
        {
            "start": 966646376,
            "stop": 966646488
        },
        {
            "start": 966650809,
            "stop": 966650920
        },
        {
            "start": 966659825,
            "stop": 966659937
        },
        {
            "start": 966667146,
            "stop": 966667257
        },
        {
            "start": 966674040,
            "stop": 966674152
        },
        {
            "start": 966681720,
            "stop": 966681832
        },
        {
            "start": 966774273,
            "stop": 966774385
        },
        {
            "start": 966782880,
            "stop": 966782992
        },
        {
            "start": 966789633,
            "stop": 966789745
        },
        {
            "start": 966804304,
            "stop": 966804416
        },
        {
            "start": 966810305,
            "stop": 966810456
        },
        {
            "start": 966831496,
            "stop": 966831608
        }
    ]
}