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=8218
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=8219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8217",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8218,
    "results": [
        {
            "start": 971511514,
            "stop": 971511536
        },
        {
            "start": 971511539,
            "stop": 971511591
        },
        {
            "start": 971511594,
            "stop": 971511609
        },
        {
            "start": 971511612,
            "stop": 971511627
        },
        {
            "start": 971511631,
            "stop": 971511661
        },
        {
            "start": 971511664,
            "stop": 971511666
        },
        {
            "start": 971511670,
            "stop": 971511700
        },
        {
            "start": 971511703,
            "stop": 971511711
        },
        {
            "start": 971511714,
            "stop": 971511720
        },
        {
            "start": 971511723,
            "stop": 971511724
        },
        {
            "start": 971511727,
            "stop": 971511868
        },
        {
            "start": 971511871,
            "stop": 971511915
        },
        {
            "start": 971511918,
            "stop": 971511973
        },
        {
            "start": 971511977,
            "stop": 971511995
        },
        {
            "start": 971511998,
            "stop": 971512079
        },
        {
            "start": 971512082,
            "stop": 971512144
        },
        {
            "start": 971512147,
            "stop": 971512218
        },
        {
            "start": 971512222,
            "stop": 971512285
        },
        {
            "start": 971512288,
            "stop": 971512294
        },
        {
            "start": 971512297,
            "stop": 971512474
        }
    ]
}