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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4961",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4962,
    "results": [
        {
            "start": 874450433,
            "stop": 874450465
        },
        {
            "start": 874450472,
            "stop": 874450543
        },
        {
            "start": 874450556,
            "stop": 874450590
        },
        {
            "start": 874450597,
            "stop": 874450600
        },
        {
            "start": 874450610,
            "stop": 874450679
        },
        {
            "start": 874450686,
            "stop": 874450709
        },
        {
            "start": 874450716,
            "stop": 874450717
        },
        {
            "start": 874450724,
            "stop": 874450801
        },
        {
            "start": 874450808,
            "stop": 874450927
        },
        {
            "start": 874450936,
            "stop": 874451001
        },
        {
            "start": 874451008,
            "stop": 874451257
        },
        {
            "start": 874451264,
            "stop": 874451290
        },
        {
            "start": 874451297,
            "stop": 874451418
        },
        {
            "start": 874451426,
            "stop": 874451574
        },
        {
            "start": 874451582,
            "stop": 874451597
        },
        {
            "start": 874451604,
            "stop": 874451613
        },
        {
            "start": 874451620,
            "stop": 874451649
        },
        {
            "start": 874451656,
            "stop": 874451669
        },
        {
            "start": 874451676,
            "stop": 874451687
        },
        {
            "start": 874451695,
            "stop": 874451734
        }
    ]
}