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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5361",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5359",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5360,
    "results": [
        {
            "start": 971443377,
            "stop": 971443399
        },
        {
            "start": 971443402,
            "stop": 971443410
        },
        {
            "start": 971443413,
            "stop": 971443434
        },
        {
            "start": 971443438,
            "stop": 971443499
        },
        {
            "start": 971443502,
            "stop": 971443532
        },
        {
            "start": 971443535,
            "stop": 971443540
        },
        {
            "start": 971443543,
            "stop": 971443597
        },
        {
            "start": 971443600,
            "stop": 971443742
        },
        {
            "start": 971443745,
            "stop": 971443763
        },
        {
            "start": 971443766,
            "stop": 971443794
        },
        {
            "start": 971443797,
            "stop": 971443799
        },
        {
            "start": 971443802,
            "stop": 971443861
        },
        {
            "start": 971443864,
            "stop": 971443898
        },
        {
            "start": 971443901,
            "stop": 971443902
        },
        {
            "start": 971443905,
            "stop": 971443933
        },
        {
            "start": 971443936,
            "stop": 971443961
        },
        {
            "start": 971443964,
            "stop": 971443994
        },
        {
            "start": 971443997,
            "stop": 971443998
        },
        {
            "start": 971444001,
            "stop": 971444036
        },
        {
            "start": 971444039,
            "stop": 971444046
        }
    ]
}