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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=12",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 13,
    "results": [
        {
            "start": 945071621,
            "stop": 945071734
        },
        {
            "start": 945073645,
            "stop": 945073758
        },
        {
            "start": 945074901,
            "stop": 945075014
        },
        {
            "start": 945077616,
            "stop": 945077700
        },
        {
            "start": 945083180,
            "stop": 945083264
        },
        {
            "start": 945087398,
            "stop": 945087558
        },
        {
            "start": 945107549,
            "stop": 945107662
        },
        {
            "start": 945122597,
            "stop": 945122710
        },
        {
            "start": 945217621,
            "stop": 945217734
        },
        {
            "start": 945225158,
            "stop": 945225269
        },
        {
            "start": 945294965,
            "stop": 945295078
        },
        {
            "start": 945315437,
            "stop": 945315550
        },
        {
            "start": 945333086,
            "stop": 945333198
        },
        {
            "start": 945359510,
            "stop": 945359622
        },
        {
            "start": 945367709,
            "stop": 945367822
        },
        {
            "start": 945376037,
            "stop": 945376150
        },
        {
            "start": 945392581,
            "stop": 945392694
        },
        {
            "start": 945397637,
            "stop": 945397798
        },
        {
            "start": 945416062,
            "stop": 945416174
        },
        {
            "start": 945425973,
            "stop": 945426086
        }
    ]
}