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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=119",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 120,
    "results": [
        {
            "start": 931781770,
            "stop": 931781782
        },
        {
            "start": 931781883,
            "stop": 931781888
        },
        {
            "start": 931781958,
            "stop": 931781993
        },
        {
            "start": 931781995,
            "stop": 931782023
        },
        {
            "start": 931782068,
            "stop": 931782132
        },
        {
            "start": 931782150,
            "stop": 931782177
        },
        {
            "start": 931782197,
            "stop": 931782249
        },
        {
            "start": 931782277,
            "stop": 931782287
        },
        {
            "start": 931782338,
            "stop": 931782353
        },
        {
            "start": 931782378,
            "stop": 931782454
        },
        {
            "start": 931782512,
            "stop": 931782518
        },
        {
            "start": 931782584,
            "stop": 931782592
        },
        {
            "start": 931782637,
            "stop": 931782653
        },
        {
            "start": 931782688,
            "stop": 931782708
        },
        {
            "start": 931782730,
            "stop": 931782759
        },
        {
            "start": 931782880,
            "stop": 931782922
        },
        {
            "start": 931782940,
            "stop": 931782948
        },
        {
            "start": 931782986,
            "stop": 931782992
        },
        {
            "start": 931783043,
            "stop": 931783057
        },
        {
            "start": 931783077,
            "stop": 931783084
        }
    ]
}