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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2363",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2364,
    "results": [
        {
            "start": 874761538,
            "stop": 874761563
        },
        {
            "start": 874761604,
            "stop": 874761656
        },
        {
            "start": 874761673,
            "stop": 874761703
        },
        {
            "start": 874761720,
            "stop": 874761731
        },
        {
            "start": 874761776,
            "stop": 874761781
        },
        {
            "start": 874761810,
            "stop": 874761820
        },
        {
            "start": 874761859,
            "stop": 874761864
        },
        {
            "start": 874761882,
            "stop": 874761901
        },
        {
            "start": 874761944,
            "stop": 874761962
        },
        {
            "start": 874795340,
            "stop": 874795660
        },
        {
            "start": 874795678,
            "stop": 874796528
        },
        {
            "start": 874796551,
            "stop": 874796665
        },
        {
            "start": 874796699,
            "stop": 874797143
        },
        {
            "start": 874797167,
            "stop": 874797917
        },
        {
            "start": 874797937,
            "stop": 874798421
        },
        {
            "start": 874798440,
            "stop": 874798450
        },
        {
            "start": 874798469,
            "stop": 874798484
        },
        {
            "start": 874798503,
            "stop": 874798838
        },
        {
            "start": 874798869,
            "stop": 874799706
        },
        {
            "start": 874799754,
            "stop": 874799775
        }
    ]
}