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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=20",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 21,
    "results": [
        {
            "start": 956850494,
            "stop": 956850607
        },
        {
            "start": 956871246,
            "stop": 956871359
        },
        {
            "start": 956916254,
            "stop": 956916415
        },
        {
            "start": 956987782,
            "stop": 956987895
        },
        {
            "start": 957045958,
            "stop": 957046119
        },
        {
            "start": 957082551,
            "stop": 957082703
        },
        {
            "start": 957094054,
            "stop": 957094167
        },
        {
            "start": 957134955,
            "stop": 957135067
        },
        {
            "start": 957165715,
            "stop": 957165827
        },
        {
            "start": 957173010,
            "stop": 957173123
        },
        {
            "start": 957295226,
            "stop": 957295339
        },
        {
            "start": 957371730,
            "stop": 957371843
        },
        {
            "start": 957463907,
            "stop": 957464019
        },
        {
            "start": 957497802,
            "stop": 957497915
        },
        {
            "start": 957525026,
            "stop": 957525139
        },
        {
            "start": 957547675,
            "stop": 957547786
        },
        {
            "start": 957594843,
            "stop": 957594997
        },
        {
            "start": 957694390,
            "stop": 957694503
        },
        {
            "start": 957785686,
            "stop": 957785847
        },
        {
            "start": 957804126,
            "stop": 957804239
        }
    ]
}