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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=70",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 71,
    "results": [
        {
            "start": 931403512,
            "stop": 931403521
        },
        {
            "start": 931403534,
            "stop": 931403542
        },
        {
            "start": 931403548,
            "stop": 931403549
        },
        {
            "start": 931403560,
            "stop": 931403563
        },
        {
            "start": 931403569,
            "stop": 931403590
        },
        {
            "start": 931403596,
            "stop": 931403613
        },
        {
            "start": 931403619,
            "stop": 931403620
        },
        {
            "start": 931403626,
            "stop": 931403640
        },
        {
            "start": 931403645,
            "stop": 931403656
        },
        {
            "start": 931403662,
            "stop": 931403682
        },
        {
            "start": 931403688,
            "stop": 931403709
        },
        {
            "start": 931403714,
            "stop": 931403719
        },
        {
            "start": 931403725,
            "stop": 931403732
        },
        {
            "start": 931403742,
            "stop": 931403752
        },
        {
            "start": 931403758,
            "stop": 931403761
        },
        {
            "start": 931403767,
            "stop": 931403773
        },
        {
            "start": 931403789,
            "stop": 931403791
        },
        {
            "start": 931403797,
            "stop": 931403832
        },
        {
            "start": 931403837,
            "stop": 931403842
        },
        {
            "start": 931403857,
            "stop": 931403890
        }
    ]
}