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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=880",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=878",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 879,
    "results": [
        {
            "start": 968720553,
            "stop": 968722061
        },
        {
            "start": 968722545,
            "stop": 968726656
        },
        {
            "start": 968727598,
            "stop": 968727942
        },
        {
            "start": 968727947,
            "stop": 968739711
        },
        {
            "start": 968739716,
            "stop": 968747052
        },
        {
            "start": 968747057,
            "stop": 968747717
        },
        {
            "start": 968747723,
            "stop": 968752642
        },
        {
            "start": 968752648,
            "stop": 968754987
        },
        {
            "start": 968757039,
            "stop": 968758104
        },
        {
            "start": 968758110,
            "stop": 968758172
        },
        {
            "start": 968759038,
            "stop": 968759062
        },
        {
            "start": 968760025,
            "stop": 968761760
        },
        {
            "start": 968762623,
            "stop": 968764740
        },
        {
            "start": 968765758,
            "stop": 968766242
        },
        {
            "start": 968767668,
            "stop": 968773750
        },
        {
            "start": 968773778,
            "stop": 968789100
        },
        {
            "start": 968790279,
            "stop": 968801463
        },
        {
            "start": 968801492,
            "stop": 968803958
        },
        {
            "start": 968805946,
            "stop": 968813121
        },
        {
            "start": 968813127,
            "stop": 968814363
        }
    ]
}