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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8415",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8413",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8414,
    "results": [
        {
            "start": 875196748,
            "stop": 875197293
        },
        {
            "start": 875197310,
            "stop": 875197980
        },
        {
            "start": 875198100,
            "stop": 875198842
        },
        {
            "start": 875198861,
            "stop": 875199121
        },
        {
            "start": 875199140,
            "stop": 875199265
        },
        {
            "start": 875199385,
            "stop": 875200223
        },
        {
            "start": 875200243,
            "stop": 875200740
        },
        {
            "start": 875200757,
            "stop": 875201293
        },
        {
            "start": 875201312,
            "stop": 875201685
        },
        {
            "start": 875201702,
            "stop": 875202102
        },
        {
            "start": 875202282,
            "stop": 875202423
        },
        {
            "start": 875202442,
            "stop": 875202539
        },
        {
            "start": 875202556,
            "stop": 875202660
        },
        {
            "start": 875202720,
            "stop": 875203269
        },
        {
            "start": 875203440,
            "stop": 875203680
        },
        {
            "start": 875203800,
            "stop": 875203860
        },
        {
            "start": 875203980,
            "stop": 875204040
        },
        {
            "start": 875204280,
            "stop": 875204320
        },
        {
            "start": 875204340,
            "stop": 875204406
        },
        {
            "start": 875204426,
            "stop": 875205257
        }
    ]
}