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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10278",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10279,
    "results": [
        {
            "start": 874865833,
            "stop": 874865870
        },
        {
            "start": 874865904,
            "stop": 874866000
        },
        {
            "start": 874866060,
            "stop": 874866069
        },
        {
            "start": 874866103,
            "stop": 874866180
        },
        {
            "start": 874866240,
            "stop": 874866387
        },
        {
            "start": 874866423,
            "stop": 874866600
        },
        {
            "start": 874866660,
            "stop": 874866741
        },
        {
            "start": 874866775,
            "stop": 874866840
        },
        {
            "start": 874866900,
            "stop": 874867151
        },
        {
            "start": 874875558,
            "stop": 874875720
        },
        {
            "start": 874875780,
            "stop": 874875887
        },
        {
            "start": 874875960,
            "stop": 874876212
        },
        {
            "start": 874876332,
            "stop": 874876963
        },
        {
            "start": 874877130,
            "stop": 874877450
        },
        {
            "start": 874877570,
            "stop": 874877706
        },
        {
            "start": 874877714,
            "stop": 874878583
        },
        {
            "start": 874878590,
            "stop": 874878840
        },
        {
            "start": 874878900,
            "stop": 874879810
        },
        {
            "start": 874879817,
            "stop": 874880606
        },
        {
            "start": 874880613,
            "stop": 874880940
        }
    ]
}